mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
168283bf11
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ CREATE TABLE event
|
|||
website_id UUID,
|
||||
session_id UUID,
|
||||
event_id Nullable(UUID),
|
||||
rev_id UInt32,
|
||||
--session
|
||||
hostname LowCardinality(String),
|
||||
browser LowCardinality(String),
|
||||
|
|
@ -30,6 +31,7 @@ CREATE TABLE event_queue (
|
|||
website_id UUID,
|
||||
session_id UUID,
|
||||
event_id Nullable(UUID),
|
||||
rev_id UInt32,
|
||||
url String,
|
||||
referrer String,
|
||||
hostname LowCardinality(String),
|
||||
|
|
@ -55,6 +57,7 @@ CREATE MATERIALIZED VIEW event_queue_mv TO event AS
|
|||
SELECT website_id,
|
||||
session_id,
|
||||
event_id,
|
||||
rev_id,
|
||||
url,
|
||||
referrer,
|
||||
hostname,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue