mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
add relational migrations. update event_key references to data_key
This commit is contained in:
parent
cc834083d9
commit
7381254cc2
10 changed files with 73 additions and 33 deletions
|
|
@ -27,7 +27,7 @@ CREATE TABLE umami.website_event
|
|||
event_type UInt32,
|
||||
event_name String,
|
||||
created_at DateTime('UTC'),
|
||||
job_id UUID
|
||||
job_id Nullable(UUID)
|
||||
)
|
||||
engine = MergeTree
|
||||
ORDER BY (website_id, session_id, created_at)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue