feat(clickhouse): EE delta 1.5.0
This commit is contained in:
parent
f0b466ee0a
commit
707c0a0ee3
1 changed files with 4 additions and 0 deletions
4
ee/scripts/helm/db/init_dbs/clickhouse/1.5.0/1.5.0.sql
Normal file
4
ee/scripts/helm/db/init_dbs/clickhouse/1.5.0/1.5.0.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE sessions
|
||||
ADD COLUMN IF NOT EXISTS utm_source Nullable(String),
|
||||
ADD COLUMN IF NOT EXISTS utm_medium Nullable(String),
|
||||
ADD COLUMN IF NOT EXISTS utm_campaign Nullable(String);
|
||||
Loading…
Add table
Reference in a new issue