Skip to content

Commit 253d936

Browse files
committed
Fix migration template gopg version
1 parent 9e6205b commit 253d936

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)