(1)app domain导入提交
(2)asn no字段扩展为long类型,数据库对应字段扩展为bigint
This commit is contained in:
@@ -1326,4 +1326,5 @@ traffic_user_behavior=Traffic Account Behavior
|
||||
user_behavior_data=Account statistics
|
||||
ip_behavior_data=IP statistics
|
||||
p2p_eMule_keywords=eMule Search Keywords
|
||||
p2p_hash_keywords=File Marking Keywords
|
||||
p2p_hash_keywords=File Marking Keywords
|
||||
not_valid_domain=%s is not a valid domain
|
||||
@@ -1315,4 +1315,5 @@ traffic_user_behavior=Traffic Account Behavior
|
||||
user_behavior_data=Account statistics
|
||||
ip_behavior_data=IP statistics
|
||||
p2p_eMule_keywords=eMule Search Keywords
|
||||
p2p_hash_keywords=File Marking Keywords
|
||||
p2p_hash_keywords=File Marking Keywords
|
||||
not_valid_domain=%s\u4E0D\u662F\u4E00\u4E2A\u5408\u6CD5\u57DF\u540D
|
||||
@@ -1316,4 +1316,5 @@ p2p_eMule_keywords=eMule\u641C\u7D22\u5173\u952E\u5B57
|
||||
p2p_hash_keywords=\u6587\u4EF6\u6807\u8BC6\u5173\u952E\u5B57
|
||||
traffic_user_behavior=\u7528\u6237\u884C\u4E3A\u7EDF\u8BA1
|
||||
user_behavior_data=\u7528\u6237\u7EDF\u8BA1
|
||||
ip_behavior_data=\u7528\u6237IP\u7EDF\u8BA1
|
||||
ip_behavior_data=\u7528\u6237IP\u7EDF\u8BA1
|
||||
not_valid_domain=%s\u4E0D\u662F\u4E00\u4E2A\u5408\u6CD5\u57DF\u540D
|
||||
@@ -541,4 +541,5 @@ cert_validate_file=x509
|
||||
cert_validate_success_info=Successful
|
||||
#ipv4 range新格式0.0.0.1-2
|
||||
ipv4_ip_range_regexp_new=^(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|[1-9])\\.(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|\\d)\\.(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|\\d)\\.(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|\\d)-(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|\\d)$
|
||||
ipv4_ip_subnet_regexp_original=^(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|[1-9])\\.(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|\\d)\\.(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|\\d)\\.(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|\\d)/(3[0-2]|1[0-9]|2[0-9]|[0-9])$
|
||||
ipv4_ip_subnet_regexp_original=^(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|[1-9])\\.(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|\\d)\\.(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|\\d)\\.(0|1\\d{2}|2[0-4]\\d|25[0-5]|[1-9]\\d|\\d)/(3[0-2]|1[0-9]|2[0-9]|[0-9])$
|
||||
domain_regexp=^(?=^.{3,255}$)[a-zA-Z0-9][-a-zA-Z0-9]{0,62}(\\.[a-zA-Z0-9][-a-zA-Z0-9]{0,62})+$
|
||||
2
src/main/resources/sql/20181105/change_asn_no_range.sql
Normal file
2
src/main/resources/sql/20181105/change_asn_no_range.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE config_group_info MODIFY COLUMN asn_id BIGINT(20) NULL COMMENT 'asn 组对应的asn号';
|
||||
ALTER TABLE policy_group_info MODIFY COLUMN asn_no BIGINT(20) NULL COMMENT 'asn号';
|
||||
@@ -0,0 +1,2 @@
|
||||
UPDATE function_region_dict SET is_import=1 WHERE function_id=403 AND is_valid=1;
|
||||
UPDATE function_service_dict SET is_import=1 WHERE function_id=403 AND is_valid=1;
|
||||
Reference in New Issue
Block a user