Skip to content

Commit 631d01d

Browse files
authored
ci-external fix (#4441)
1 parent 4abad59 commit 631d01d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UPDATE "public"."ci_pipeline" SET ci_pipeline_type = NULL WHERE parent_ci_pipeline > 0 AND ci_pipeline_type = 'LINKED';

scripts/sql/207_ci_external.up.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UPDATE "public"."ci_pipeline" SET ci_pipeline_type = 'LINKED' WHERE parent_ci_pipeline > 0 AND ci_pipeline_type IS NULL;

0 commit comments

Comments
 (0)