|
@@ -24,17 +24,17 @@ ADD INDEX `operation_log_idx` USING BTREE (`school_id`, `user_id`, `privilege_id
|
|
update basic_operation_log t set t.operation_type = 'SAVE' where t.operation_type = 'EDIT';
|
|
update basic_operation_log t set t.operation_type = 'SAVE' where t.operation_type = 'EDIT';
|
|
update basic_operation_log t set t.operation_type = 'OTHER' where t.operation_type = 'UN_KNOW';
|
|
update basic_operation_log t set t.operation_type = 'OTHER' where t.operation_type = 'UN_KNOW';
|
|
|
|
|
|
-drop table if exists exam_detail_course_paper_type;
|
|
|
|
-drop table basic_template_org;
|
|
|
|
-drop table cloud_user_push_status;
|
|
|
|
-drop table exam_card_detail;
|
|
|
|
-drop table exam_paper_class_marker;
|
|
|
|
-drop table exam_paper_group;
|
|
|
|
-drop table exam_paper_group_marker;
|
|
|
|
-drop table exam_paper_structure;
|
|
|
|
-drop table exam_task_sync;
|
|
|
|
-drop table t_sync_exam_log;
|
|
|
|
-drop table t_sync_stmms_exam;
|
|
|
|
|
|
+-- drop table if exists exam_detail_course_paper_type;
|
|
|
|
+-- drop table if exists basic_template_org;
|
|
|
|
+-- drop table if exists cloud_user_push_status;
|
|
|
|
+-- drop table if exists exam_card_detail;
|
|
|
|
+-- drop table if exists exam_paper_class_marker;
|
|
|
|
+-- drop table if exists exam_paper_group;
|
|
|
|
+-- drop table if exists exam_paper_group_marker;
|
|
|
|
+-- drop table if exists exam_paper_structure;
|
|
|
|
+-- drop table if exists exam_task_sync;
|
|
|
|
+-- drop table if exists t_sync_exam_log;
|
|
|
|
+-- drop table if exists t_sync_stmms_exam;
|
|
|
|
|
|
-- delete脚本需要加上新增的表
|
|
-- delete脚本需要加上新增的表
|
|
|
|
|