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
This commit is contained in:
parent
2267ec44c2
commit
7eeb71ed25
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
CREATE OR REPLACE FUNCTION openreplay_version AS() -> 'v1.21.0-ee';
|
||||
|
||||
|
||||
DROP TABLE IF EXISTS experimental.resources_l7d_mv;
|
||||
DROP TABLE IF EXISTS experimental.resources_l7d_mv SETTINGS max_table_size_to_drop = 0;
|
||||
|
||||
DROP TABLE IF EXISTS experimental.resources;
|
||||
DROP TABLE IF EXISTS experimental.resources SETTINGS max_table_size_to_drop = 0;
|
||||
Loading…
Add table
Reference in a new issue