log middleware
This commit is contained in:
10
database/psql/migrate.go
Normal file
10
database/psql/migrate.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package psql
|
||||
|
||||
import "kurumibot/database"
|
||||
|
||||
func Migrate() error {
|
||||
return database.PostgresDatabase.AutoMigrate(
|
||||
&User{}, &Fraction{}, &Group{}, &Waifu{}, &Work{},
|
||||
&ShopAuto{}, &ShopBusiness{}, &ShopMaid{}, &ShopMiner{},
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user