refactor: complete runtime configuration migration

This commit is contained in:
jxxghp
2026-08-22 19:07:07 +08:00
parent d131f8d571
commit 1bb6e36e8c
80 changed files with 1432 additions and 581 deletions
+1 -1
View File
@@ -47,4 +47,4 @@ class SubscribeHistoryOper(DbOper):
async def async_delete(self, history_id: int) -> None:
"""异步删除订阅历史。"""
await SubscribeHistory.async_delete(self._db, history_id)
await self._stage_async_delete(SubscribeHistory, history_id)