Revert "fix(DB): change path-analysis card size (#1700)"
This reverts commit 9d28d989c7.
This commit is contained in:
parent
3e3d639362
commit
a3d3dc5e46
2 changed files with 0 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue