mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
update CH schema with upload_id
This commit is contained in:
parent
79856867fb
commit
a5582416b3
2 changed files with 6 additions and 2 deletions
2
db/clickhouse/migrations/02_add_upload_id.sql
Normal file
2
db/clickhouse/migrations/02_add_upload_id.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE "website_event" ADD COLUMN "upload_id" UUID AFTER "created_at";
|
||||
ALTER TABLE "event_data" ADD COLUMN "upload_id" UUID AFTER "created_at";
|
||||
Loading…
Add table
Add a link
Reference in a new issue