Skip to content

Commit 7c3d2cd

Browse files
committed
Added sql script
1 parent 7fbf67a commit 7c3d2cd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE "public"."pipeline" DROP COLUMN IF EXISTS "pre_stage_cache_config";
2+
ALTER TABLE "public"."pipeline" DROP COLUMN IF EXISTS "post_stage_cache_config";
3+
ALTER TABLE "public"."ci_pipeline" DROP COLUMN IF EXISTS "workflow_cache_config";
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE "public"."pipeline" ADD COLUMN IF NOT EXISTS "pre_stage_cache_config" varchar(50);
2+
ALTER TABLE "public"."pipeline" ADD COLUMN IF NOT EXISTS "post_stage_cache_config" varchar(50);
3+
ALTER TABLE "public"."ci_pipeline" ADD COLUMN IF NOT EXISTS "workflow_cache_config" varchar(50);

0 commit comments

Comments
 (0)