Revert "fix(DB): change path-analysis card size (#1700)"

This reverts commit 9d28d989c7.
This commit is contained in:
Amirouche BOUBEKKI 2023-11-24 14:51:49 +01:00
parent 3e3d639362
commit a3d3dc5e46
2 changed files with 0 additions and 16 deletions

View file

@ -165,14 +165,6 @@ WHERE jsonb_typeof(gdpr) = 'array';
ALTER TYPE issue_type ADD VALUE IF NOT EXISTS 'app_crash';
UPDATE metrics
SET default_config='{
"col": 4,
"row": 2,
"position": 0
}'::jsonb
WHERE metric_type = 'pathAnalysis';
COMMIT;
\elif :is_next

View file

@ -134,14 +134,6 @@ WHERE jsonb_typeof(gdpr) = 'array';
ALTER TYPE issue_type ADD VALUE IF NOT EXISTS 'app_crash';
UPDATE metrics
SET default_config='{
"col": 4,
"row": 2,
"position": 0
}'::jsonb
WHERE metric_type = 'pathAnalysis';
COMMIT;
\elif :is_next