feat: 资料中心排序字段改为double
This commit is contained in:
@@ -216,3 +216,7 @@ INSERT INTO sys_sms_template (id, template_code, template_name, template_content
|
||||
-- 2024-08-23 岗位
|
||||
ALTER TABLE laws_working_group_user
|
||||
ADD COLUMN `job` varchar(500) NULL COMMENT '岗位' AFTER `del_flag`;
|
||||
|
||||
-- 2024-08-23 资料中心排序字段改为double
|
||||
ALTER TABLE `laws_data_center_folder`
|
||||
MODIFY COLUMN `sort` double NULL DEFAULT NULL COMMENT '文件夹顺序' AFTER `auth_view_ids`;
|
||||
|
||||
Reference in New Issue
Block a user