feat(M04-B): 完成订单状态机与迁移历史
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user