Skip to content

Commit 16b216a

Browse files
committed
fixup liquibase springboot3 migration, don't force schemaName (#81)
1 parent 6f8fd32 commit 16b216a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
22
<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">
33
<changeSet author="hedhiliabd" id="1689623201842-1">
4+
<validCheckSum>8:e772a722c088f772d9dcc4be222f083b</validCheckSum>
45
<modifyDataType columnName="element_type"
56
newDataType="tinyint"
6-
schemaName="public"
77
tableName="contingency_entity_contingency_elements"/>
88
</changeSet>
99
</databaseChangeLog>

0 commit comments

Comments
 (0)