Fix ch schema.

pull/1848/head
Brian Cao 2023-03-23 14:17:32 -07:00
parent 9979672de5
commit be2fc0de8d
1 changed files with 1 additions and 0 deletions

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,