feat(M07-A): 建立双余额账本

This commit is contained in:
Codex
2026-06-24 15:30:33 +08:00
parent 8de3d05da6
commit 63711adafc
9 changed files with 500 additions and 6 deletions
@@ -0,0 +1,5 @@
DROP TABLE IF EXISTS qipai_wallet_ledger_entries;
DROP TABLE IF EXISTS qipai_wallet_accounts;
DROP TABLE IF EXISTS qipai_wallet_scope_policies;
DELETE FROM qipai_schema_migrations WHERE version = '2026062421';