add psql migration

This commit is contained in:
Francis Cao 2024-03-21 09:30:42 -07:00
parent 0cb28e9fde
commit cbeefe733f
3 changed files with 18 additions and 0 deletions

View file

@ -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),