File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/resources/db/changelog/changesets Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.1" encoding =" UTF-8" standalone =" no" ?>
2
2
<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" >
3
3
<changeSet author =" hedhiliabd" id =" 1689623201842-1" >
4
+ <validCheckSum >8:e772a722c088f772d9dcc4be222f083b</validCheckSum >
4
5
<modifyDataType columnName =" element_type"
5
6
newDataType =" tinyint"
6
- schemaName =" public"
7
7
tableName =" contingency_entity_contingency_elements" />
8
8
</changeSet >
9
9
</databaseChangeLog >
You can’t perform that action at this time.
0 commit comments