openreplay/ee/scripts/schema/db/init_dbs/clickhouse/1.19.0/1.19.0.sql
Kraiem Taha Yassine 5574519775
V1.19.0 (#2260)
* refactor(DB): support of normalizedX&Y for click events

* refactor(chalice): upgraded dependencies
refactor(chalice): support heatmaps
2024-06-10 15:54:29 +02:00

6 lines
220 B
SQL

CREATE OR REPLACE FUNCTION openreplay_version AS() -> 'v1.19.0-ee';
ALTER TABLE experimental.events
ADD COLUMN IF NOT EXISTS normalized_x Nullable(UInt8),
ADD COLUMN IF NOT EXISTS normalized_y Nullable(UInt8);