Skip to content

Commit f6e9ab3

Browse files
authored
Merge pull request #3 from getkalido/fix/go_pg_version
Fix migration template gopg version
2 parents 9e6205b + 253d936 commit f6e9ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ func createMigrationFile(filename, funcName, templateString string) (string, err
531531
var migrationTemplate = `package main
532532
533533
import (
534-
"github.com/go-pg/pg"
534+
"github.com/go-pg/pg/v9"
535535
migrations "github.com/getkalido/hb_migrations"
536536
)
537537

0 commit comments

Comments
 (0)