feat(M04-B): 完成订单状态机与迁移历史

This commit is contained in:
Codex
2026-06-20 13:53:55 +08:00
parent 725028cb2d
commit 40c891f1b7
19 changed files with 698 additions and 16 deletions
@@ -0,0 +1,5 @@
DELETE FROM qipai_schema_migrations WHERE version = '2026062012';
DROP TABLE IF EXISTS qipai_order_status_history;
ALTER TABLE qipai_orders
DROP COLUMN status_updated_at,
DROP COLUMN status_version;