Skip to content

Commit

Permalink
Rename folder for mysql query bulder
Browse files Browse the repository at this point in the history
  • Loading branch information
ShkrutDenis committed Mar 24, 2020
1 parent 120c52f commit 58b75d7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package column

import (
"fmt"
"github.com/ShkrutDenis/go-migrations/query_builders/mysql_builder/info"
"github.com/ShkrutDenis/go-migrations/query_builders/mysql/info"
"github.com/jmoiron/sqlx"
)

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package key

import (
"fmt"
"github.com/ShkrutDenis/go-migrations/query_builders/mysql_builder/info"
"github.com/ShkrutDenis/go-migrations/query_builders/mysql/info"
)

type ForeignKey struct {
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package table

import (
"fmt"
"github.com/ShkrutDenis/go-migrations/query_builders/mysql_builder/column"
"github.com/ShkrutDenis/go-migrations/query_builders/mysql_builder/info"
"github.com/ShkrutDenis/go-migrations/query_builders/mysql_builder/key"
"github.com/ShkrutDenis/go-migrations/query_builders/mysql/column"
"github.com/ShkrutDenis/go-migrations/query_builders/mysql/info"
"github.com/ShkrutDenis/go-migrations/query_builders/mysql/key"
"github.com/jmoiron/sqlx"
"strconv"
"strings"
Expand Down

0 comments on commit 58b75d7

Please sign in to comment.