From 67f3114849348eb22d7edfac98114498ad8d88d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E6=AF=85?= Date: Mon, 6 Feb 2023 07:56:56 +0000 Subject: [PATCH] =?UTF-8?q?TSG=20CK=2023.02=E8=A1=A5=E5=85=85=E6=96=B0?= =?UTF-8?q?=E5=A2=9Ecommon=5Fflags=5Fidentify=5Finfo=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TSG发布版本更新记录/TSG-23.02/clickhouse/update-23.02-ck.sql | 3 +++ 1 file changed, 3 insertions(+) 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;