Skip to content

Commit 09497a2

Browse files
committed
added migration
1 parent 35abd40 commit 09497a2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- not dropping the added column as it is used for audit and data loss can be impactful. The old code can run with the column added and should not cause any issue.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE deployment_template_history
2+
ADD COLUMN IF NOT EXISTS pipeline_ids integer[];

0 commit comments

Comments
 (0)