You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
195 B
11 lines
195 B
2 months ago
|
package system
|
||
|
|
||
|
import (
|
||
|
"github.com/go-gormigrate/gormigrate/v2"
|
||
|
)
|
||
|
|
||
|
var Migrations = []*gormigrate.Migration{
|
||
|
&m202409291240_01_initialize_database,
|
||
|
&m202409291240_02_create_super_account,
|
||
|
}
|