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.
|
package tenant
|
|
|
|
import (
|
|
"github.com/go-gormigrate/gormigrate/v2"
|
|
)
|
|
|
|
var Migrations = []*gormigrate.Migration{
|
|
&m202409291240_01_initialize_database,
|
|
&m202409291240_02_initialize_districts,
|
|
}
|
|
|