5 lines
69 B
Go
5 lines
69 B
Go
package migrations
|
|
|
|
func Set(ms []Migration) {
|
|
allMigrations = ms
|
|
}
|