From 1cf2a2155f8f83f6b3055db576d9f8f0a0a6934b Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 3 May 2024 09:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=20=E5=B8=B8=E5=B7=A5?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E6=B6=88=E6=81=AF=E5=8F=91=E9=80=81=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=B6=88=E6=81=AF=E8=A1=A8?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/prod/2024-3-18-变更.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/db/prod/2024-3-18-变更.sql b/db/prod/2024-3-18-变更.sql index 451d3249..c192a3ae 100644 --- a/db/prod/2024-3-18-变更.sql +++ b/db/prod/2024-3-18-变更.sql @@ -96,4 +96,8 @@ ALTER TABLE `process_es_revision` ALTER TABLE `oss_file` ADD COLUMN `bind_id` varchar(255) NULL COMMENT 'docx文件对应的pdf文件 使用此字段绑定docx的版本' AFTER `standard_file_type`; -- 2024 0426 企标标签管理新增顺序号字段 -INSERT INTO `laws_tag` (`id`, `table_name`, `db_field_name`, `db_field_en_name`, `db_field_txt`, `order_num`, `db_field_name_old`, `db_is_key`, `db_is_null`, `db_type`, `db_length`, `db_point_length`, `db_default_val`, `dict_field`, `dict_table`, `dict_text`, `field_show_type`, `field_href`, `field_length`, `field_valid_type`, `field_must_input`, `field_extend_json`, `field_default_value`, `is_show_form_create`, `is_query`, `is_show_form`, `is_show_list`, `is_read_only`, `query_mode`, `main_table`, `main_field`, `update_by`, `update_time`, `create_time`, `create_by`, `converter`, `query_def_val`, `query_dict_text`, `query_dict_field`, `query_dict_table`, `query_show_type`, `query_config_flag`, `query_valid_type`, `query_must_input`, `sort_flag`, `show_area`, `is_show_laws_list`, `is_show_search`, `del_flag`, `is_model`, `dict_id`, `home_search_context_order`, `home_search_file_order`, `dict_field_search`, `dict_table_search`, `dict_text_search`, `usable_range`) VALUES ('1704393808938479234', 'laws_enterprise_standard', 'standard_number_temp', 'Standard number temp', '标准号', 5, 'standard_number_temp', 0, 1, 'String', 50, NULL, NULL, NULL, NULL, NULL, '9', NULL, NULL, NULL, '0', NULL, NULL, 1, 0, 0, 0, 1, NULL, NULL, NULL, 'admin', '2023-09-27 17:28:51', '2023-09-20 15:15:25', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1694631025451048961', NULL, 0, 0, '3', NULL, NULL, NULL, NULL, NULL, NULL, NULL); \ No newline at end of file +INSERT INTO `laws_tag` (`id`, `table_name`, `db_field_name`, `db_field_en_name`, `db_field_txt`, `order_num`, `db_field_name_old`, `db_is_key`, `db_is_null`, `db_type`, `db_length`, `db_point_length`, `db_default_val`, `dict_field`, `dict_table`, `dict_text`, `field_show_type`, `field_href`, `field_length`, `field_valid_type`, `field_must_input`, `field_extend_json`, `field_default_value`, `is_show_form_create`, `is_query`, `is_show_form`, `is_show_list`, `is_read_only`, `query_mode`, `main_table`, `main_field`, `update_by`, `update_time`, `create_time`, `create_by`, `converter`, `query_def_val`, `query_dict_text`, `query_dict_field`, `query_dict_table`, `query_show_type`, `query_config_flag`, `query_valid_type`, `query_must_input`, `sort_flag`, `show_area`, `is_show_laws_list`, `is_show_search`, `del_flag`, `is_model`, `dict_id`, `home_search_context_order`, `home_search_file_order`, `dict_field_search`, `dict_table_search`, `dict_text_search`, `usable_range`) VALUES ('1704393808938479234', 'laws_enterprise_standard', 'standard_number_temp', 'Standard number temp', '标准号', 5, 'standard_number_temp', 0, 1, 'String', 50, NULL, NULL, NULL, NULL, NULL, '9', NULL, NULL, NULL, '0', NULL, NULL, 1, 0, 0, 0, 1, NULL, NULL, NULL, 'admin', '2023-09-27 17:28:51', '2023-09-20 15:15:25', 'admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1694631025451048961', NULL, 0, 0, '3', NULL, NULL, NULL, NULL, NULL, NULL, NULL); + +-- 2024-05-03 常工动态消息发送失败,修改消息表字段长度。 +ALTER TABLE sys_announcement MODIFY COLUMN user_ids mediumtext COMMENT '指定用户'; +