Skip to content

Commit

Permalink
change migrations()
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoyama committed Dec 16, 2023
1 parent 51f1ae6 commit 879f2ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions model/current.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import (

// Migrations is all db migrations
func Migrations() []*gormigrate.Migration {
return []*gormigrate.Migration{
{},
}
return []*gormigrate.Migration{}
}

func AllTables() []interface{} {
Expand Down

0 comments on commit 879f2ff

Please sign in to comment.