Skip to content

Commit

Permalink
Merge pull request #3 from getkalido/fix/go_pg_version
Browse files Browse the repository at this point in the history
Fix migration template gopg version
  • Loading branch information
HeinKalido authored Jul 19, 2021
2 parents 9e6205b + 253d936 commit f6e9ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ func createMigrationFile(filename, funcName, templateString string) (string, err
var migrationTemplate = `package main
import (
"github.com/go-pg/pg"
"github.com/go-pg/pg/v9"
migrations "github.com/getkalido/hb_migrations"
)
Expand Down

0 comments on commit f6e9ab3

Please sign in to comment.