fix(db): 清空数据库脚本补充定点联系单两张业务表
定点联系单模块新增 fixed_contact_20260730 与 fixed_contact_feedback_20260730,clear_all_data.sql 监督模块业务表分组缺这两张,导致清库后历史数据残留。
This commit is contained in:
@@ -150,6 +150,9 @@ TRUNCATE TABLE task_list_favorite;
|
||||
TRUNCATE TABLE task_list_permission;
|
||||
-- 监督测试
|
||||
TRUNCATE TABLE supervision_test;
|
||||
-- 定点联系单
|
||||
TRUNCATE TABLE fixed_contact_20260730;
|
||||
TRUNCATE TABLE fixed_contact_feedback_20260730;
|
||||
|
||||
-- ============================================================
|
||||
-- 11. JOA 流程业务演示表
|
||||
|
||||
Reference in New Issue
Block a user