Skip to content

Commit

Permalink
fix(sql): add precondition check to pipeline_config_id_idx migration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
asher committed May 31, 2019
1 parent ba3d06b commit b487729
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ databaseChangeLog:
- changeSet:
id: 20190530-update-pipeline-config-indices
author: afeldman
preConditions:
- onFail: MARK_RAN
- indexExists:
schemaName: pipelines
indexName: pipeline_config_idx
changes:
- createIndex:
indexName: pipeline_config_id_idx
Expand Down

0 comments on commit b487729

Please sign in to comment.