Init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package migration
|
||||
|
||||
func init() {
|
||||
register(1, "init schema migration", func() error {
|
||||
return nil
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user