diff --git a/src/main/resources/sql/20180928/update_dict_item_info.sql b/src/main/resources/sql/20180928/update_dict_item_info.sql new file mode 100644 index 000000000..7bb9f8ef1 --- /dev/null +++ b/src/main/resources/sql/20180928/update_dict_item_info.sql @@ -0,0 +1,5 @@ +#delete ip resuse ip group add snat ip and dnat ip +delete from sys_data_dictionary_item where dictionary_id=83 and id =1114; +INSERT INTO sys_data_dictionary_item VALUES (2600, '2', 'SNAT IP', 'ip¸´ÓÃ', 0, 1, 1, 83); +INSERT INTO sys_data_dictionary_item VALUES (2601, '3', 'DNAT IP', 'ip¸´ÓÃ', 0, 1, 1, 83); + diff --git a/src/main/resources/sql/20180928/update_region_ddos.sql b/src/main/resources/sql/20180928/update_region_ddos.sql new file mode 100644 index 000000000..8ab3e2c63 --- /dev/null +++ b/src/main/resources/sql/20180928/update_region_ddos.sql @@ -0,0 +1,2 @@ +#ddos ip config info update +update function_region_dict set config_ip_pattern='1,3' ,config_port_pattern='1' ,config_direction='1' where dict_id=74 diff --git a/src/main/resources/sql/20180928/update_region_info.sql b/src/main/resources/sql/20180928/update_region_info.sql new file mode 100644 index 000000000..3476bab08 --- /dev/null +++ b/src/main/resources/sql/20180928/update_region_info.sql @@ -0,0 +1,3 @@ +#delte ip whitelist subscribe +update function_region_dict set is_valid=0 where dict_id=189; +