mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-26 23:44:19 +00:00
feat: database migration
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from .. import migration
|
||||
|
||||
# TODO fill this
|
||||
# @migration.migration_class(1)
|
||||
# class DBMigrationV3(migration.DBMigration):
|
||||
# """数据库迁移"""
|
||||
|
||||
# async def upgrade(self):
|
||||
# """升级"""
|
||||
# pass
|
||||
|
||||
# async def downgrade(self):
|
||||
# """降级"""
|
||||
Reference in New Issue
Block a user