mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
add psql migration
This commit is contained in:
parent
0cb28e9fde
commit
cbeefe733f
3 changed files with 18 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ CREATE TABLE umami.website_event
|
|||
(
|
||||
website_id UUID,
|
||||
session_id UUID,
|
||||
visit_id UUID,
|
||||
event_id UUID,
|
||||
--sessions
|
||||
hostname LowCardinality(String),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue