Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-spring into ualibweb-merged
  • Loading branch information
nhanaa committed Jan 10, 2024
2 parents 935167c + a9bf30d commit af1e2f7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/db/changelog/changelog-master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
<include file="changes/db.changelog-1.4.0.xml" relativeToChangelogFile="true"/>
<include file="changes/db.changelog-1.5.0.xml" relativeToChangelogFile="true"/>
<include file="changes/db.changelog-1.6.0.xml" relativeToChangelogFile="true"/>
<include file="changes/04-01-2024_add_types_for_instance.xml" relativeToChangelogFile="true"/>

</databaseChangeLog>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TYPE EntityType ADD VALUE IF NOT EXISTS 'INSTANCE';
ALTER TYPE IdentifierType ADD VALUE IF NOT EXISTS 'ISBN';
ALTER TYPE IdentifierType ADD VALUE IF NOT EXISTS 'ISSN';
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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-3.8.xsd">


<changeSet id="04-01-2024_add_types_for_instance" author="firebird">
<sqlFile path="04-01-2024_add_types_for_instance.sql" relativeToChangelogFile="true" />
</changeSet>

</databaseChangeLog>

0 comments on commit af1e2f7

Please sign in to comment.