Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kooksee committed Jul 2, 2022
1 parent 7a5211b commit e1cc1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/migrates/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import (
gormigrate "github.com/go-gormigrate/gormigrate/v2"
)

type Migration func() *gormigrate.Migration
type Migrate func() *gormigrate.Migration
type Migration = gormigrate.Migration

0 comments on commit e1cc1b8

Please sign in to comment.