mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
Fix ch schema.
This commit is contained in:
parent
9979672de5
commit
be2fc0de8d
@ -115,6 +115,7 @@ CREATE TABLE umami.event_data
|
||||
ORDER BY (website_id, event_id, event_key, created_at)
|
||||
SETTINGS index_granularity = 8192;
|
||||
|
||||
CREATE TABLE umami.event_data_queue (
|
||||
website_id UUID,
|
||||
session_id UUID,
|
||||
event_id UUID,
|
||||
|
Loading…
Reference in New Issue
Block a user