feat(M01-C): 建立MySQL异步任务基础
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Roll back M01-C asynchronous task tables.
|
||||
|
||||
DELETE FROM qipai_schema_migrations WHERE version = '2026061802';
|
||||
DROP TABLE IF EXISTS qipai_async_tasks;
|
||||
DROP TABLE IF EXISTS qipai_outbox_events;
|
||||
Reference in New Issue
Block a user