mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 15:26:03 +00:00
13 lines
275 B
Python
13 lines
275 B
Python
from .. import migration
|
|
|
|
# TODO fill this
|
|
# @migration.migration_class(1)
|
|
# class DBMigrationV3(migration.DBMigration):
|
|
# """数据库迁移"""
|
|
|
|
# async def upgrade(self):
|
|
# """升级"""
|
|
# pass
|
|
|
|
# async def downgrade(self):
|
|
# """降级""" |