mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
update migration
This commit is contained in:
parent
64f4aa29c4
commit
5453f90a0a
1 changed files with 2 additions and 0 deletions
2
db/clickhouse/migrations/05.1_update_event_data.sql
Normal file
2
db/clickhouse/migrations/05.1_update_event_data.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE "event_data_blob" ADD COLUMN "event_name" Nullable(String);
|
||||
ALTER TABLE "event_data" ADD COLUMN "visit_id" Nullable(UUID);
|
||||
Loading…
Add table
Add a link
Reference in a new issue