Files
junhong_cmp_fiber/migrations/000135_create_export_task_tables.down.sql
huang 60debb7505
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m4s
统一导出任务
2026-04-27 09:47:03 +08:00

5 lines
127 B
SQL

-- 回滚:删除统一导出任务相关表
DROP TABLE IF EXISTS tb_export_shard_task;
DROP TABLE IF EXISTS tb_export_task;