mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fix ch schema.
This commit is contained in:
parent
9979672de5
commit
be2fc0de8d
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue