Skip to content

Commit

Permalink
Align liquibase scripts with the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-podolskiy90 committed Oct 8, 2024
1 parent 9215b22 commit f8ba7a7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
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>
5 changes: 3 additions & 2 deletions registry-persistence/src/main/resources/liquibase/master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<include file="liquibase/140-collection-descriptors-grscicoll.xml" />
<include file="liquibase/141-ih-identifier-change-sugestion.xml" />
<include file="liquibase/142-grscicoll-lookup-indexes.xml" />
<include file="liquibase/143-contact-salutation.xml" />
<include file="liquibase/144-removed-fields-grscicoll.xml" />
<include file="liquibase/143-removed-fields-grscicoll.xml" />
<include file="liquibase/144-mdt-endpoint-installation-types.xml" />
<include file="liquibase/145-contact-salutation.xml" />
</databaseChangeLog>

0 comments on commit f8ba7a7

Please sign in to comment.