From e51ec700939ffa09adcb12243ff5f87cf8001c9b Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Sun, 13 Apr 2025 18:46:53 -0700 Subject: [PATCH] fix ch migration script --- db/clickhouse/migrations/05_add_utm_clid.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/clickhouse/migrations/05_add_utm_clid.sql b/db/clickhouse/migrations/05_add_utm_clid.sql index c0ab537a..30d9671d 100644 --- a/db/clickhouse/migrations/05_add_utm_clid.sql +++ b/db/clickhouse/migrations/05_add_utm_clid.sql @@ -198,7 +198,7 @@ ADD PROJECTION website_event_url_path_projection ( SELECT * ORDER BY toStartOfDay(created_at), website_id, url_path, created_at ); -ALTER TABLE umami.website_event_new MATERIALIZE PROJECTION website_event_url_path_projection_new; +ALTER TABLE umami.website_event_new MATERIALIZE PROJECTION website_event_url_path_projection; ALTER TABLE umami.website_event_new ADD PROJECTION website_event_referrer_domain_projection (