From 6025641ab123206741d56b8a53d91958c53e1d02 Mon Sep 17 00:00:00 2001 From: William Tso Date: Thu, 17 Apr 2025 14:22:50 +0800 Subject: [PATCH] sync events intime --- scripts/db/sql/clickhouse/truncate_events.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/db/sql/clickhouse/truncate_events.sh diff --git a/scripts/db/sql/clickhouse/truncate_events.sh b/scripts/db/sql/clickhouse/truncate_events.sh new file mode 100644 index 0000000..d844b40 --- /dev/null +++ b/scripts/db/sql/clickhouse/truncate_events.sh @@ -0,0 +1 @@ +./ch-query.sh -q "TRUNCATE TABLE shorturl_analytics.events" \ No newline at end of file