1.提交修改bgp as的表达式只能选择无表达式,关键字只能单个关键字输入,sql文件2018放入文件夹2018下
2.修改http中关键字过长换行问题
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
INSERT INTO sys_data_dictionary_name (`id`,`module_name`,`mark`,`remark`,`revision`,`create_time`,`modify_time`,`status`) VALUES(115,'BGP消息类型','BGP_MESSAGE_TYPE','','','2018-10-10 16:28:05','2018-10-10 16:28:05',1);
|
||||
insert into sys_data_dictionary_item (`id`,`item_code`,`item_value`,`item_desc`,`item_sort`,`status`,`type`,`dictionary_id`) values (2602,1,'open','',0,1,1,115),(2603,2,'keepalive','',0,1,1,115),(2604,3,'update','',0,1,1,115),(2605,4,'notification','',0,1,1,115)
|
||||
@@ -0,0 +1,10 @@
|
||||
ALTER TABLE ssl_keyword_cfg MODIFY cfg_keywords VARCHAR(2048),MODIFY district varchar(128);
|
||||
ALTER TABLE app_ssl_cert_cfg MODIFY cfg_keywords VARCHAR(2048);
|
||||
ALTER TABLE app_string_feature_cfg MODIFY cfg_keywords VARCHAR(2048);
|
||||
ALTER TABLE byte_features_cfg MODIFY cfg_desc VARCHAR(128);
|
||||
ALTER TABLE complex_keyword_cfg MODIFY district VARCHAR(128);
|
||||
ALTER TABLE dns_domain_cfg MODIFY district VARCHAR(128);
|
||||
ALTER TABLE http_req_head_cfg MODIFY district VARCHAR(128);
|
||||
ALTER TABLE http_res_head_cfg MODIFY district VARCHAR(128);
|
||||
ALTER TABLE intercept_pkt_bin MODIFY district VARCHAR(128);
|
||||
ALTER TABLE mail_keyword_cfg MODIFY district VARCHAR(128),MODIFY cfg_keywords VARCHAR(2048);
|
||||
22
src/main/resources/sql/2018/20181010/update_media_region.sql
Normal file
22
src/main/resources/sql/2018/20181010/update_media_region.sql
Normal file
@@ -0,0 +1,22 @@
|
||||
#流媒体协议配置
|
||||
update function_service_dict set service_id='39',protocol_id='23' where dict_id='30';
|
||||
update function_service_dict set service_id='151',protocol_id='23' where dict_id='31';
|
||||
#流媒体协议 增加IP配置
|
||||
INSERT INTO `function_region_dict` (`function_id`, `config_district`, `config_region_code`, `config_region_value`, `config_desc`, `is_valid`, `is_maat`, `region_type`, `creator_id`, `create_time`, `editor_id`, `edit_time`, `config_service_type`, `config_expr_type`, `config_match_method`, `config_ip_type`, `config_hex`, `config_multi_keywords`, `config_ip_pattern`, `config_port_pattern`, `config_direction`, `config_protocol`, `config_ip_port_show`, `config_region_sort`) VALUES ('22', '', '1', 'NTC_UNIVERSAL_IP', '流媒体协议 IP配置', '1', '1', '1', NULL, '0000-00-00 00:00:00', NULL, '0000-00-00 00:00:00', '', '', '', '4,6', '', '', '1,2,3', '1,2', '0,1', '0,6,17', '1,2,3,4', '1');
|
||||
update function_region_dict set config_region_value='NTC_STREAMING_MEDIA_URL' where dict_id='25';
|
||||
|
||||
#voip配置
|
||||
update function_service_dict set service_id='38',protocol_id='22' where dict_id='16';
|
||||
update function_service_dict set service_id='150',protocol_id='22' where dict_id='17';
|
||||
#voip 配置
|
||||
update function_region_dict set config_region_value='NTC_UNIVERSAL_IP' where dict_id='8';
|
||||
update function_region_dict set config_region_value='NTC_VOIP_ACCOUNT' where dict_id='16';
|
||||
update function_region_dict set is_valid=0 where dict_id='208';
|
||||
|
||||
#文件摘要配置
|
||||
update function_service_dict set service_id='399' where dict_id='59';
|
||||
update function_service_dict set service_id='273' where dict_id='60';
|
||||
|
||||
update function_region_dict set config_region_value ='MM_FILE_DIGEST' where dict_id='50';
|
||||
update function_region_dict set is_valid='0' where dict_id='187';
|
||||
|
||||
Reference in New Issue
Block a user