mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-25 05:46:13 +00:00
chore: register migration
This commit is contained in:
+1
-1
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user