File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
main/resources/db/changelog/changesets Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ target/
10
10
# IntelliJ
11
11
/.idea
12
12
* .iml
13
+
14
+ # https://github.com/liquibase/liquibase/issues/2196
15
+ /derby.log
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >com.powsybl</groupId >
15
15
<artifactId >powsybl-parent-ws</artifactId >
16
- <version >17 </version >
16
+ <version >18 </version >
17
17
<relativePath />
18
18
</parent >
19
19
Original file line number Diff line number Diff line change 3
3
<changeSet author =" hedhiliabd" id =" 1689623201842-1" >
4
4
<validCheckSum >8:e772a722c088f772d9dcc4be222f083b</validCheckSum >
5
5
<modifyDataType columnName =" element_type"
6
- newDataType =" tinyint "
6
+ newDataType =" smallint "
7
7
tableName =" contingency_entity_contingency_elements" />
8
8
</changeSet >
9
9
</databaseChangeLog >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ logging:
16
16
powsybl-ws :
17
17
database :
18
18
vendor : h2:mem
19
- query : ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
19
+ query : ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=PostgreSQL;DEFAULT_NULL_ORDERING=HIGH
20
20
hostPort : " :"
21
21
22
22
You can’t perform that action at this time.
0 commit comments