This commit is contained in:
4
migrations/000135_create_export_task_tables.down.sql
Normal file
4
migrations/000135_create_export_task_tables.down.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- 回滚:删除统一导出任务相关表
|
||||
|
||||
DROP TABLE IF EXISTS tb_export_shard_task;
|
||||
DROP TABLE IF EXISTS tb_export_task;
|
||||
Reference in New Issue
Block a user