* 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
6 lines
No EOL
239 B
SQL
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; |