mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix ch migration script
This commit is contained in:
parent
3da61989b7
commit
e51ec70093
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ ADD PROJECTION website_event_url_path_projection (
|
||||||
SELECT * ORDER BY toStartOfDay(created_at), website_id, url_path, created_at
|
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
|
ALTER TABLE umami.website_event_new
|
||||||
ADD PROJECTION website_event_referrer_domain_projection (
|
ADD PROJECTION website_event_referrer_domain_projection (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue