openreplay/ee/scripts/schema/db/init_dbs/clickhouse/1.21.0/1.21.0.sql
Kraiem Taha Yassine 7eeb71ed25
Dev (#2761)
* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* feat(chalice): autocomplete return top 10 with stats

* fix(chalice): fixed autocomplete top 10 meta-filters

* refactor(DB): allow CH drop of massive tables
2024-11-19 11:38:59 +01:00

6 lines
No EOL
239 B
SQL

CREATE OR REPLACE FUNCTION openreplay_version AS() -> 'v1.21.0-ee';
DROP TABLE IF EXISTS experimental.resources_l7d_mv SETTINGS max_table_size_to_drop = 0;
DROP TABLE IF EXISTS experimental.resources SETTINGS max_table_size_to_drop = 0;