init
This commit is contained in:
8
app/models/migrations.go
Normal file
8
app/models/migrations.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
// @provider
|
||||
type migrationsModel struct{}
|
||||
|
||||
func (m *migrationsModel) Prepare() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user