Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Nov 20, 2024
1 parent c1d48c1 commit 4de8256
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"databaseChangeLog": [
{
"changeSet": {
"id": "1",
"id": "2",
"author": "as",
"labels": "test_label",
"context": "test_context",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--liquibase formatted sql

--changeset as:1 -context:test_context -labels:test_label
--changeset as:4 -context:test_context -labels:test_label
--comment: test_comment
CREATE TABLE test_table_sql (test_column INT);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ databaseChangeLog:
comment: test_comment
labels: test_label
context: test_context
id: 1
id: 3
author: as
changes:
- createTable:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"createTable": [
{
"EXECTYPE": "EXECUTED",
"ORDEREXECUTED": 1,
"COMMENTS": "test_comment",
"AUTHOR": "as",
"MD5SUM": "9:7eb68c7a3994f387134835e99cf27a10",
"MD5SUM": "9:4a083dae8a82228dbf846133a767d880",
"CONTEXTS": "test_context",
"DESCRIPTION": "sql",
"ID": "1",
Expand All @@ -14,36 +15,38 @@
},
{
"EXECTYPE": "EXECUTED",
"ORDEREXECUTED": 2,
"COMMENTS": "test_comment",
"AUTHOR": "as",
"MD5SUM": "9:b93d6668d8df8115b2b634a585875da6",
"CONTEXTS": "test_context",
"DESCRIPTION": "createTable tableName=test_table_yaml",
"ID": "1",
"DESCRIPTION": "createTable tableName=test_table_json",
"ID": "2",
"LABELS": "test_label",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.yml",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.json",
"TAG": ""
},
{
"EXECTYPE": "EXECUTED",
"ORDEREXECUTED": 3,
"COMMENTS": "test_comment",
"AUTHOR": "as",
"MD5SUM": "9:23305a0f4312264f2bee0e1e23cad5de",
"MD5SUM": "9:7eb68c7a3994f387134835e99cf27a10",
"CONTEXTS": "test_context",
"DESCRIPTION": "createTable tableName=test_table_json",
"ID": "1",
"DESCRIPTION": "createTable tableName=test_table_yaml",
"ID": "3",
"LABELS": "test_label",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.json",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.yml",
"TAG": ""
},
{
"EXECTYPE": "EXECUTED",
"COMMENTS": "test_comment",
"AUTHOR": "as",
"MD5SUM": "9:4a083dae8a82228dbf846133a767d880",
"MD5SUM": "9:23305a0f4312264f2bee0e1e23cad5de",
"CONTEXTS": "test_context",
"DESCRIPTION": "sql",
"ID": "1",
"ID": "4",
"LABELS": "test_label",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.sql",
"TAG": "test_tag"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"DESCRIPTION": "sql",
"ID": "1",
"LABELS": "test_label",
"FILENAME": "liquibase\/harness\/base\/changelogs\/createTable.xml",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.xml",
"TAG": ""
},
{
Expand All @@ -32,7 +32,7 @@
"DESCRIPTION": "createTable tableName=test_table_yaml",
"ID": "1",
"LABELS": "test_label",
"FILENAME": "liquibase\/harness\/base\/changelogs\/createTable.yml",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.yml",
"TAG": ""
},
{
Expand All @@ -44,7 +44,7 @@
"DESCRIPTION": "sql",
"ID": "1",
"LABELS": "test_label",
"FILENAME": "liquibase\/harness\/base\/changelogs\/createTable.sql",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.sql",
"TAG": "test_tag"
},
{
Expand All @@ -56,7 +56,7 @@
"DESCRIPTION": "sql",
"ID": "1",
"LABELS": "test_label",
"FILENAME": "liquibase\/harness\/base\/changelogs\/createTable.json",
"FILENAME": "liquibase\/harness\/compatibility\/foundational\/changelogs\/createTable.json",
"TAG": ""
}
]
Expand Down

0 comments on commit 4de8256

Please sign in to comment.