Skip to content

Commit

Permalink
additional fixed for oracle 23c tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloTytarchuk committed Oct 17, 2023
1 parent 4381cc8 commit 2a77cef
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"snapshot": {
"objects": {
"liquibase.structure.core.Column": [
{
"column": {
"defaultValue": "1\\!\\{java.math.BigDecimal\\}",
"name": "BOOLEANCOLUMN",
"nullable": true
}
}
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"snapshot": {
"objects": {
"liquibase.structure.core.Column": [
{
"column": {
"name": "BIT_COL",
"nullable": false,
"type": {
"typeName": "BOOLEAN"
}
}
},
{
"column": {
"name": "BOOLEAN_COL",
"nullable": false,
"type": {
"typeName": "BOOLEAN"
}
}
}
]
}
}
}

0 comments on commit 2a77cef

Please sign in to comment.