From a3d3dc5e46708afeb62721bb3344d8acdc25b060 Mon Sep 17 00:00:00 2001 From: Amirouche BOUBEKKI Date: Fri, 24 Nov 2023 14:51:49 +0100 Subject: [PATCH] Revert "fix(DB): change path-analysis card size (#1700)" This reverts commit 9d28d989c7871964fe1487e4c9c92f977fc34f6a. --- .../schema/db/init_dbs/postgresql/1.15.0/1.15.0.sql | 8 -------- scripts/schema/db/init_dbs/postgresql/1.15.0/1.15.0.sql | 8 -------- 2 files changed, 16 deletions(-) diff --git a/ee/scripts/schema/db/init_dbs/postgresql/1.15.0/1.15.0.sql b/ee/scripts/schema/db/init_dbs/postgresql/1.15.0/1.15.0.sql index 719d30ae9..0ad9bcb74 100644 --- a/ee/scripts/schema/db/init_dbs/postgresql/1.15.0/1.15.0.sql +++ b/ee/scripts/schema/db/init_dbs/postgresql/1.15.0/1.15.0.sql @@ -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 diff --git a/scripts/schema/db/init_dbs/postgresql/1.15.0/1.15.0.sql b/scripts/schema/db/init_dbs/postgresql/1.15.0/1.15.0.sql index 6ee27c506..ffffec871 100644 --- a/scripts/schema/db/init_dbs/postgresql/1.15.0/1.15.0.sql +++ b/scripts/schema/db/init_dbs/postgresql/1.15.0/1.15.0.sql @@ -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