Skip to content

Commit

Permalink
Merge 44e49df into 95944e2
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed Apr 30, 2019
2 parents 95944e2 + 44e49df commit 785691e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<changeSet id="event-store-018" author="TechPod"
logicalFilePath="018-create-linkeded-event-table.xml">

<preConditions onFail="MARK_RAN">
<not>
<tableExists tableName="linked_event" schemaName="public"/>
</not>
</preConditions>

<createTable tableName="linked_event">
<column name="id" type="uuid">
<constraints primaryKey="true" nullable="false"/>
Expand Down

0 comments on commit 785691e

Please sign in to comment.