feat(M01-C): 建立MySQL异步任务基础

This commit is contained in:
Codex
2026-06-18 10:20:39 +08:00
parent a2d578f73b
commit 2b90d1f101
15 changed files with 609 additions and 30 deletions
@@ -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;