feat: database migration

This commit is contained in:
Junyan Qin
2025-04-13 20:50:13 +08:00
parent 854effc43e
commit edc7f81486
6 changed files with 123 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
semantic_version = "v3.4.11"
semantic_version = "v4.0.0"
required_database_version = 1
"""标记本版本所需要的数据库结构版本,用于判断数据库迁移"""
debug_mode = False