feat(M07-A): 建立双余额账本
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user