Skip to content

Commit cd05b08

Browse files
Pull request #591: changes to add preconditions in liquibase table creation script for entity_workflow_result
Merge in WALTZ/waltz from WALTZ/waltz-rr:feature/CTCTOWALTZ-4715-liquibase-script-enhancement-for-creation-of-entity-workflow-result to db-feature/waltz-7385-liquibase-script-enhancement-for-entity-workflow-result-table * commit '2aca22c61e684f8e95a299f6b9d32a81f98e28bb': changes to add preconditions in liquibase table creation script for entity_workflow_result
2 parents 7fc35d0 + 2aca22c commit cd05b08

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

waltz-schema/src/main/resources/liquibase/db.changelog-1.76.0.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<!-- 7345 Create Table - ProposedFlow Table -->
2929
<changeSet id="20251107-4525-1"
3030
author="guptmayb">
31+
<preConditions onFail="MARK_RAN">
32+
<not>
33+
<tableExists tableName="entity_workflow_result"/>
34+
</not>
35+
</preConditions>
3136
<createTable tableName="entity_workflow_result"
3237
remarks="Store details of entities impacted by a workflow referenced by workflow_entity">
3338

0 commit comments

Comments
 (0)