Browse Source

脚本更新

wangliang 3 months ago
parent
commit
2b33852106
1 changed files with 3 additions and 0 deletions
  1. 3 0
      distributed-print/install/mysql/upgrade/3.4.4.sql

+ 3 - 0
distributed-print/install/mysql/upgrade/3.4.4.sql

@@ -170,5 +170,8 @@ INSERT INTO sys_privilege
 VALUES(1198, '字体删除', '/api/admin/set/font/delete', 'URL', 508, 21, 'AUTH', NULL, 1, 0, 1);
 
 -- 2025-03-05
+ALTER TABLE mark_student ADD version INTEGER DEFAULT 1
+    COMMENT '版本号' NOT NULL after miss_scan;
+
 INSERT INTO `sys_privilege` (`id`, `name`, `url`, `type`, `parent_id`, `sequence`, `property`, `enable`, `default_auth`, `front_display`) VALUES ('1015', '获取识别对照任务', '/api/scan/task/omr/getTask', 'URL', '970', '44', 'AUTH', '1', '1', '1');
 UPDATE `sys_privilege` SET `related` = '971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1007,1009,1010,1013,1014,1015,1148,3072,3073,3074,3075' WHERE (`id` = '970');