mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
🐛 修复插件数据迁移错误
This commit is contained in:
parent
2a49d86d9f
commit
9899f37528
@ -162,6 +162,7 @@ async def _():
|
||||
10,
|
||||
)
|
||||
await data_migration()
|
||||
await PluginInfo.filter(module__in=load_plugin).update(load_status=True)
|
||||
await PluginInfo.filter(module__not_in=load_plugin).update(load_status=False)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user