Skip to content

Commit

Permalink
fixed expected json for sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Nov 20, 2024
1 parent 895b502 commit 51e93e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ID": "1",
"LABELS": "test_label",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.xml",
"TAG": "test_tag"
"TAG": ""
},
{
"EXECTYPE": "EXECUTED",
Expand All @@ -22,7 +22,7 @@
"ID": "1",
"LABELS": "test_label",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.yml",
"TAG": "test_tag"
"TAG": ""
},
{
"EXECTYPE": "EXECUTED",
Expand All @@ -34,7 +34,7 @@
"ID": "1",
"LABELS": "test_label",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.json",
"TAG": "test_tag"
"TAG": ""
},
{
"EXECTYPE": "EXECUTED",
Expand Down

0 comments on commit 51e93e8

Please sign in to comment.