Skip to content

Commit a7c15e2

Browse files
Merge pull request #7392 from deutschebank/db-contrib/waltz-7385-liquibase-script-enhancement-for-entity-workflow-result-table
Db contrib/waltz 7385 liquibase script enhancement for entity workflow result table
2 parents 7fc35d0 + cd05b08 commit a7c15e2

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)