Skip to content

Commit 8194a87

Browse files
added the script for deleting the created extra entries of hibernation patch
1 parent bb86cf4 commit 8194a87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/sql/32102900_app_hibernation_patch.down.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ DROP INDEX IF EXISTS public.chart_ref_schema_unique_active_idx;
44
-- Drop columns if they exist
55
ALTER TABLE public.chart_ref_schema
66
DROP COLUMN IF EXISTS resource_type,
7-
DROP COLUMN IF EXISTS resource_value;
7+
DROP COLUMN IF EXISTS resource_value;
8+
--- hard Deleting the added resourceQualifier entries for the hibernationPatch
9+
DELETE FROM public.resource_qualifier_mapping where qualifier_id=9 and resource_type=10;

0 commit comments

Comments
 (0)