Fix ch schema.

This commit is contained in:
Brian Cao 2023-03-23 14:17:32 -07:00
parent 9979672de5
commit be2fc0de8d

View File

@ -115,6 +115,7 @@ CREATE TABLE umami.event_data
ORDER BY (website_id, event_id, event_key, created_at) ORDER BY (website_id, event_id, event_key, created_at)
SETTINGS index_granularity = 8192; SETTINGS index_granularity = 8192;
CREATE TABLE umami.event_data_queue (
website_id UUID, website_id UUID,
session_id UUID, session_id UUID,
event_id UUID, event_id UUID,