Skip to content

Commit 6cf1278

Browse files
modified the down script
1 parent 1b85988 commit 6cf1278

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

scripts/sql/31602800_build_infra_cm_cs.down.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ DROP TABLE IF EXISTS "public"."infra_config_trigger_history";
66
-- Drop Sequence for infra_config_trigger_history
77
DROP SEQUENCE IF EXISTS "public"."id_seq_infra_config_trigger_history";
88

9+
--hard deleting the entries
10+
DELETE FROM "public"."infra_profile_configuration"
11+
WHERE key = 8 or key =9;
12+
913
END;

scripts/sql/31902800_build_infra_cm_cs.down.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.

scripts/sql/31902800_build_infra_cm_cs.up.sql

Whitespace-only changes.

0 commit comments

Comments
 (0)