🐛 数据库未进行迁移前初始化

This commit is contained in:
snowy 2024-08-05 07:23:04 +08:00
parent ab48396db9
commit c29a3fd6d4

View File

@ -61,6 +61,7 @@ class TempConfig(LiteModel):
data: dict = {}
def auto_migrate():
user_db.auto_migrate(User())
group_db.auto_migrate(Group())