Skip to content

Commit

Permalink
add sql script to add runAttempt column to cicd_Build table (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaorr95 committed Apr 12, 2024
1 parent bce1755 commit ab8fb88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions canonical-schema/V012_alter_cicd_build.sql
@@ -0,0 +1 @@
ALTER TABLE "cicd_Build" ADD "runAttempt" integer;

0 comments on commit ab8fb88

Please sign in to comment.