This commit is contained in:
2025-10-06 16:19:26 +03:00
parent c228d8214a
commit 4fe13e55c6
9 changed files with 31 additions and 24 deletions

View File

@@ -1,10 +0,0 @@
package psql
import "kurumibot/database"
func Migrate() error {
return database.PostgresDatabase.AutoMigrate(
&User{}, &Fraction{}, &Group{}, &Waifu{}, &Work{},
&ShopAuto{}, &ShopBusiness{}, &ShopMaid{}, &ShopMiner{},
)
}