We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5211b commit e1cc1b8Copy full SHA for e1cc1b8
core/migrates/migrate.go
@@ -4,4 +4,5 @@ import (
4
gormigrate "github.com/go-gormigrate/gormigrate/v2"
5
)
6
7
-type Migration func() *gormigrate.Migration
+type Migrate func() *gormigrate.Migration
8
+type Migration = gormigrate.Migration
0 commit comments