fix: migration bug of plugin config

This commit is contained in:
Junyan Qin
2025-09-16 17:04:44 +08:00
parent e7e6eeda61
commit 8bb2f3e745
4 changed files with 12 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
semantic_version = 'v4.3.0'
required_database_version = 7
required_database_version = 8
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
debug_mode = False