Skip to content

Commit

Permalink
fixed advanced test failure for postgres 17
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloTytarchuk committed Jan 10, 2025
1 parent 59eca43 commit 38838a9
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"snapshot": {
"objects": {
"liquibase.structure.core.Table": [
{
"table": {
"name": "view_table"
}
}
],
"liquibase.structure.core.View": [
{
"view": {
"definition": "SELECT test_column\n FROM view_table;",
"name": "test_view"
}
}
]
}
}
}

0 comments on commit 38838a9

Please sign in to comment.