Skip to content

Commit

Permalink
added the dbms to fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Camelia-Orcid committed Jun 3, 2024
1 parent ad6ae5d commit 457994b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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">
<changeSet id="ADD-ORG-EXTRA-COLUMNS" author="Camelia Dumitru" dbms="postgresql">
<addColumn tableName="org_disambiguated">
<column name="locations_json" type="json" />
</addColumn>
Expand Down

0 comments on commit 457994b

Please sign in to comment.