Update security_event_log.sql

This commit is contained in:
戚岱杰
2021-05-11 01:28:17 +00:00
parent f52f7d67e6
commit e23a973788

View File

@@ -1,4 +1,3 @@
----------------5926-5918----------------------
ALTER TABLE tsg_galaxy_v3.security_event_log_local ON CLUSTER ck_cluster ADD COLUMN IF NOT EXISTS common_service_category String after common_protocol_label;
ALTER TABLE tsg_galaxy_v3.security_event_log ON CLUSTER ck_cluster ADD COLUMN IF NOT EXISTS common_service_category String after common_protocol_label;
@@ -53,9 +52,3 @@ ALTER TABLE tsg_galaxy_v3.security_event_log ON CLUSTER ck_query ADD COLUMN IF N
ALTER TABLE tsg_galaxy_v3.security_event_log ON CLUSTER ck_query ADD COLUMN IF NOT EXISTS common_c2s_byte_retrans Int64 after common_s2c_pkt_retrans;
ALTER TABLE tsg_galaxy_v3.security_event_log ON CLUSTER ck_query ADD COLUMN IF NOT EXISTS common_s2c_byte_retrans Int64 after common_c2s_byte_retrans;
------------------6215-----------------
ALTER TABLE security_event_log_local MODIFY COLUMN common_app_surrogate_id String;
ALTER TABLE security_event_log_local MODIFY COLUMN common_app_id String;
ALTER TABLE security_event_log MODIFY COLUMN common_app_surrogate_id String;
ALTER TABLE security_event_log MODIFY COLUMN common_app_id String;