fix(DB): change path-analysis card size (#1700)
This commit is contained in:
parent
722e58cf7f
commit
3f2c9bd709
2 changed files with 16 additions and 0 deletions
|
|
@ -165,6 +165,14 @@ 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,6 +134,14 @@ 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