Skip to content

Commit

Permalink
fix table name for impg
Browse files Browse the repository at this point in the history
  • Loading branch information
chapsuk committed May 23, 2018
1 parent 80ffe32 commit 6c7a25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/impg/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func New(dialect, dsn, tableName, dir string) (*Migrator, error) {
return nil, err
}

// orig.SetTableName(tableName)
orig.SetTableName(tableName)

return &Migrator{
stump: s,
Expand Down

0 comments on commit 6c7a25d

Please sign in to comment.