Skip to content

Commit

Permalink
fixup liquibase springboot3 migration, don't force schemaName (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonenst committed Sep 23, 2023
1 parent 6f8fd32 commit 16b216a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-4.1.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.1.xsd">
<changeSet author="hedhiliabd" id="1689623201842-1">
<validCheckSum>8:e772a722c088f772d9dcc4be222f083b</validCheckSum>
<modifyDataType columnName="element_type"
newDataType="tinyint"
schemaName="public"
tableName="contingency_entity_contingency_elements"/>
</changeSet>
</databaseChangeLog>

0 comments on commit 16b216a

Please sign in to comment.