Files
LangBot/pkg/persistence/migrations/dbm001_migrate_v3_config.py
2025-04-13 20:50:13 +08:00

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):
# """降级"""