Skip to content

Commit

Permalink
removed preconditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Camelia-Orcid committed Jun 19, 2024
1 parent 4f5478a commit 54969d2
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd">

<changeSet id="ADD-ORG-EXTRA-COLUMNS" author="Camelia Dumitru" dbms="postgresql">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="org_disambiguated" columnName="locations_json"/>
</not>
<not>
<columnExists tableName="org_disambiguated" columnName="names_json"/>
</not>
</preConditions>
<addColumn tableName="org_disambiguated">
<column name="locations_json" type="json" />
</addColumn>
Expand Down

0 comments on commit 54969d2

Please sign in to comment.