# TODO fill this # @migration.migration_class(1) # class DBMigrationV3(migration.DBMigration): # """数据库迁移""" # async def upgrade(self): # """升级""" # pass # async def downgrade(self): # """降级"""