chore: register migration

This commit is contained in:
Junyan Qin
2025-09-14 23:32:12 +08:00
parent 0dce884519
commit dc454b24ec
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@ import sqlalchemy
from .. import migration from .. import migration
@migration.migration_class(6) @migration.migration_class(7)
class DBMigratePluginInstallSource(migration.DBMigration): class DBMigratePluginInstallSource(migration.DBMigration):
"""插件安装来源""" """插件安装来源"""
+1 -1
View File
@@ -1,6 +1,6 @@
semantic_version = 'v4.3.0.beta3' semantic_version = 'v4.3.0.beta3'
required_database_version = 6 required_database_version = 7
"""Tag the version of the database schema, used to check if the database needs to be migrated""" """Tag the version of the database schema, used to check if the database needs to be migrated"""
debug_mode = False debug_mode = False