Skip to content

Commit

Permalink
https://github.com/gbif/registry/issues/535
Browse files Browse the repository at this point in the history
  • Loading branch information
fmendezh committed Sep 27, 2024
1 parent ac21ac5 commit eb386be
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<spring-cloud-sleuth.version>2.2.8.RELEASE</spring-cloud-sleuth.version>

<!-- GBIF -->
<gbif-api.version>1.16.11</gbif-api.version>
<gbif-api.version>1.16.3-SNAPSHOT</gbif-api.version>
<gbif-common.version>0.59</gbif-common.version>
<gbif-common-mybatis.version>1.4</gbif-common-mybatis.version>
<gbif-common-ws.version>1.26</gbif-common-ws.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<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="144" author="fmendez" runInTransaction="false">
<sql splitStatements="false" stripComments="true">
<![CDATA[
ALTER TYPE enum_installation_type ADD VALUE 'MDT_INSTALLATION';
ALTER TYPE enum_endpoint_type ADD VALUE 'BIOM_1_0';
ALTER TYPE enum_endpoint_type ADD VALUE 'BIOM_2_1';
]]>
</sql>
</changeSet>
</databaseChangeLog>
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,5 @@
<include file="liquibase/141-collection-descriptors-grscicoll.xml" />
<include file="liquibase/142-grscicoll-lookup-indexes.xml" />
<include file="liquibase/143-removed-fields-grscicoll.xml" />
<include file="liquibase/144-mdt-endpoint-installation-types.xml" />
</databaseChangeLog>

0 comments on commit eb386be

Please sign in to comment.