|
|
|
@ -2,6 +2,6 @@ |
|
|
|
|
delete from isop_diting.tb_cep_attr where attr_name = 'trojan_type'; |
|
|
|
|
delete from isop_diting.tb_cep_attr where attr_name = 'account'; |
|
|
|
|
delete from isop_diting.tb_cep_attr where attr_name = 'worm_family'; |
|
|
|
|
delete from isop_diting.tb_cep_attr where attr_name = 'interface'; |
|
|
|
|
delete from isop_diting.tb_cep_attr where attr_name = 'service_name'; |
|
|
|
|
INSERT INTO isop_diting.tb_cep_attr (attr_name, attr_type, is_system,is_common) |
|
|
|
|
VALUES ('trojan_type', 'String', '1','1'),('interface', 'String','1','1'),('worm_family', 'String','1','1'),('account', 'String','1','1'); |
|
|
|
|
VALUES ('trojan_type', 'String', '1','1'),('service_name', 'String','1','1'),('worm_family', 'String','1','1'),('account', 'String','1','1'); |