diff --git a/TSG发布版本更新记录/TSG-23.02/clickhouse/update-23.02-ck.sql b/TSG发布版本更新记录/TSG-23.02/clickhouse/update-23.02-ck.sql index e6a465c..605925d 100644 --- a/TSG发布版本更新记录/TSG-23.02/clickhouse/update-23.02-ck.sql +++ b/TSG发布版本更新记录/TSG-23.02/clickhouse/update-23.02-ck.sql @@ -42,6 +42,9 @@ ALTER table tsg_galaxy_v3.proxy_event on cluster ck_query add column IF NOT EXIS +ALTER table tsg_galaxy_v3.sys_packet_capture_event_local on cluster ck_cluster add column IF NOT EXISTS common_flags_identify_info String after common_flags; +ALTER table tsg_galaxy_v3.sys_packet_capture_event on cluster ck_cluster add column IF NOT EXISTS common_flags_identify_info String after common_flags; +ALTER table tsg_galaxy_v3.sys_packet_capture_event on cluster ck_query add column IF NOT EXISTS common_flags_identify_info String after common_flags;