mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-22 22:37:37 +08:00
🐛 数据库未进行迁移前初始化
This commit is contained in:
parent
ab48396db9
commit
c29a3fd6d4
@ -61,6 +61,7 @@ class TempConfig(LiteModel):
|
||||
data: dict = {}
|
||||
|
||||
|
||||
|
||||
def auto_migrate():
|
||||
user_db.auto_migrate(User())
|
||||
group_db.auto_migrate(Group())
|
||||
|
Loading…
Reference in New Issue
Block a user