1
0
forked from bot/app

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

This commit is contained in:
2024-08-05 07:13:41 +08:00
parent 51982b63c3
commit ab48396db9
2 changed files with 4 additions and 2 deletions

View File

@ -68,6 +68,9 @@ def auto_migrate():
common_db.auto_migrate(GlobalPlugin(), StoredConfig(), TempConfig())
auto_migrate()
def set_memory_data(key: str, value) -> None:
"""
设置内存数据库的数据类似于redis