Fix test harness execution #209
GitHub Actions / Liquibase Test Harness - Advanced Reports
succeeded
Nov 13, 2024 in 0s
15 passed, 2 failed and 0 skipped
Report | Passed | Failed | Skipped | Time |
---|---|---|---|---|
target/surefire-reports/TEST-AdvancedExtensionHarnessSuite.xml | 49s | |||
target/surefire-reports/TEST-liquibase.harness.snapshot.SnapshotObjectTests.xml | 15✅ | 2❌ | 49s |
✅ target/surefire-reports/TEST-AdvancedExtensionHarnessSuite.xml
No tests found
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
AdvancedExtensionHarnessSuite | 49s |
❌ target/surefire-reports/TEST-liquibase.harness.snapshot.SnapshotObjectTests.xml
17 tests were completed in 49s with 15 passed, 2 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
liquibase.harness.snapshot.SnapshotObjectTests | 15✅ | 2❌ | 49s |
❌ liquibase.harness.snapshot.SnapshotObjectTests
✅ apply addColumn against yugabytedb 2.16
✅ apply addForeignKeyConstraint against yugabytedb 2.16
✅ apply addPrimaryKey against yugabytedb 2.16
✅ apply addUniqueConstraint against yugabytedb 2.16
✅ apply createIndex against yugabytedb 2.16
✅ apply createTable against yugabytedb 2.16
✅ apply createView against yugabytedb 2.16
❌ apply snapshotCatalogAndSchema against yugabytedb 2.16
Condition failed with Exception:
✅ apply addColumn against yugabytedb 2.17
✅ apply addForeignKeyConstraint against yugabytedb 2.17
✅ apply addPrimaryKey against yugabytedb 2.17
✅ apply addUniqueConstraint against yugabytedb 2.17
✅ apply createIndex against yugabytedb 2.17
✅ apply createTable against yugabytedb 2.17
✅ apply createView against yugabytedb 2.17
❌ apply snapshotCatalogAndSchema against yugabytedb 2.17
Condition failed with Exception:
✅ apply #testInput.snapshotObject against #testInput.databaseName #testInput.databaseVersion
Annotations
github-actions / Liquibase Test Harness - Advanced Reports
liquibase.harness.snapshot.SnapshotObjectTests ► apply snapshotCatalogAndSchema against yugabytedb 2.16
Failed test found in:
target/surefire-reports/TEST-liquibase.harness.snapshot.SnapshotObjectTests.xml
Error:
Condition failed with Exception:
Raw output
Condition failed with Exception:
snapshotMatchesSpecifiedStructure(expectedSnapshot, generatedSnapshot)
| | |
| | {
| | "snapshot": {
| | "created": "2024-11-13T17:22:31.014",
| | "database": {
| | "productVersion": "11.2-YB-2.16.2.0-b0",
| | "shortName": "yugabytedb",
| | "majorVersion": "11",
| | "minorVersion": "2",
| | "user": "yugabyte",
| | "productName": "PostgreSQL",
| | "url": "jdbc:postgresql://localhost:5433/lbcat"
| | },
| | "objects": {
| | "liquibase.structure.core.Catalog": [
| | {
| | "catalog": {
| | "default": true,
| | "name": "lbcat",
| | "snapshotId": "492b630"
| | }
| | }
| | ]
| | ,
| | "liquibase.structure.core.Column": [
| | {
| | "column": {
| | "defaultValue": "CURRENT_TIMESTAMP!{liquibase.statement.DatabaseFunction}",
| | "name": "added",
| | "nullable": false,
| | "order": "6!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b649",
| | "snapshotId": "492b656",
| | "type": {
| | "characterOctetLength": "29!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "93!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "timestamp"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "author",
| | "nullable": false,
| | "order": "2!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b634",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "author_id",
| | "nullable": false,
| | "order": "2!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b665",
| | "snapshotId": "492b667",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "int4"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "birthdate",
| | "nullable": false,
| | "order": "5!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b649",
| | "snapshotId": "492b655",
| | "type": {
| | "characterOctetLength": "13!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "91!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "date"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "comments",
| | "nullable": true,
| | "order": "9!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b641",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "content",
| | "nullable": false,
| | "order": "5!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b665",
| | "snapshotId": "492b670",
| | "type": {
| | "characterOctetLength": "2147483647!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "text"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "contexts",
| | "nullable": true,
| | "order": "12!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b644",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "dateexecuted",
| | "nullable": false,
| | "order": "4!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b636",
| | "type": {
| | "characterOctetLength": "29!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "93!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "timestamp"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "deployment_id",
| | "nullable": true,
| | "order": "14!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b646",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSize": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "description",
| | "nullable": true,
| | "order": "8!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b640",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "description",
| | "nullable": false,
| | "order": "4!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b665",
| | "snapshotId": "492b669",
| | "type": {
| | "characterOctetLength": "500!{java.lang.Integer}",
| | "columnSize": "500!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "email",
| | "nullable": false,
| | "order": "4!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b649",
| | "snapshotId": "492b654",
| | "type": {
| | "characterOctetLength": "100!{java.lang.Integer}",
| | "columnSize": "100!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "exectype",
| | "nullable": false,
| | "order": "6!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b638",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSize": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "filename",
| | "nullable": false,
| | "order": "3!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b635",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "first_name",
| | "nullable": false,
| | "order": "2!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b649",
| | "snapshotId": "492b652",
| | "type": {
| | "characterOctetLength": "50!{java.lang.Integer}",
| | "columnSize": "50!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "autoIncrementInformation": {
| | "incrementBy": "1!{java.math.BigInteger}",
| | "startWith": "1!{java.math.BigInteger}"
| | },
| | "name": "id",
| | "nullable": false,
| | "order": "1!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b649",
| | "snapshotId": "492b651",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "serial"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "id",
| | "nullable": false,
| | "order": "1!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b633",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "id",
| | "nullable": false,
| | "order": "1!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b658",
| | "snapshotId": "492b660",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "int4"
| | }
| | }
| | },
| | {
| | "column": {
| | "autoIncrementInformation": {
| | "incrementBy": "1!{java.math.BigInteger}",
| | "startWith": "1!{java.math.BigInteger}"
| | },
| | "name": "id",
| | "nullable": false,
| | "order": "1!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b665",
| | "snapshotId": "492b666",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "serial"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "inserted_date",
| | "nullable": true,
| | "order": "6!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b665",
| | "snapshotId": "492b671",
| | "type": {
| | "characterOctetLength": "13!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "91!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "date"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "labels",
| | "nullable": true,
| | "order": "13!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b645",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "last_name",
| | "nullable": false,
| | "order": "3!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b649",
| | "snapshotId": "492b653",
| | "type": {
| | "characterOctetLength": "50!{java.lang.Integer}",
| | "columnSize": "50!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "liquibase",
| | "nullable": true,
| | "order": "11!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b643",
| | "type": {
| | "characterOctetLength": "20!{java.lang.Integer}",
| | "columnSize": "20!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "locked",
| | "nullable": false,
| | "order": "2!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b658",
| | "snapshotId": "492b661",
| | "type": {
| | "characterOctetLength": "1!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "-7!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "bool"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "lockedby",
| | "nullable": true,
| | "order": "4!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b658",
| | "snapshotId": "492b663",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "lockgranted",
| | "nullable": true,
| | "order": "3!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b658",
| | "snapshotId": "492b662",
| | "type": {
| | "characterOctetLength": "29!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "93!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "timestamp"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "md5sum",
| | "nullable": true,
| | "order": "7!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b639",
| | "type": {
| | "characterOctetLength": "35!{java.lang.Integer}",
| | "columnSize": "35!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "orderexecuted",
| | "nullable": false,
| | "order": "5!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b637",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "int4"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "snapshot_test_column",
| | "nullable": true,
| | "order": "1!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b647",
| | "snapshotId": "492b648",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "int4"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "tag",
| | "nullable": true,
| | "order": "10!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b632",
| | "snapshotId": "492b642",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "title",
| | "nullable": false,
| | "order": "3!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b665",
| | "snapshotId": "492b668",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | }
| | ]
| | ,
| | "liquibase.structure.core.Index": [
| | {
| | "index": {
| | "columns": [
| | {
| | "column": {
| | "name": "id"
| | }
| | }
| | ]
| | ,
| | "name": "authors_pkey",
| | "snapshotId": "492b650",
| | "table": "liquibase.structure.core.Table#492b649",
| | "unique": true
| | }
| | },
| | {
| | "index": {
| | "columns": [
| | {
| | "column": {
| | "name": "id"
| | }
| | }
| | ]
| | ,
| | "name": "databasechangeloglock_pkey",
| | "snapshotId": "492b659",
| | "table": "liquibase.structure.core.Table#492b658",
| | "unique": true
| | }
| | }
| | ]
| | ,
| | "liquibase.structure.core.PrimaryKey": [
| | {
| | "primaryKey": {
| | "backingIndex": "liquibase.structure.core.Index#492b650",
| | "columns": [
| | "liquibase.structure.core.Column#492b651"
| | ]
| | ,
| | "name": "authors_pkey",
| | "snapshotId": "492b657",
| | "table": "liquibase.structure.core.Table#492b649"
| | }
| | },
| | {
| | "primaryKey": {
| | "backingIndex": "liquibase.structure.core.Index#492b659",
| | "columns": [
| | "liquibase.structure.core.Column#492b660"
| | ]
| | ,
| | "name": "databasechangeloglock_pkey",
| | "snapshotId": "492b664",
| | "table": "liquibase.structure.core.Table#492b658"
| | }
| | }
| | ]
| | ,
| | "liquibase.structure.core.Schema": [
| | {
| | "schema": {
| | "catalog": "liquibase.structure.core.Catalog#492b630",
| | "default": true,
| | "name": "public",
| | "snapshotId": "492b631"
| | }
| | }
| | ]
| | ,
| | "liquibase.structure.core.Table": [
| | {
| | "table": {
| | "columns": [
| | "liquibase.structure.core.Column#492b651",
| | "liquibase.structure.core.Column#492b652",
| | "liquibase.structure.core.Column#492b653",
| | "liquibase.structure.core.Column#492b654",
| | "liquibase.structure.core.Column#492b655",
| | "liquibase.structure.core.Column#492b656"
| | ]
| | ,
| | "default_tablespace": false,
| | "indexes": [
| | "liquibase.structure.core.Index#492b650"
| | ]
| | ,
| | "name": "authors",
| | "primaryKey": "liquibase.structure.core.PrimaryKey#492b657",
| | "schema": "liquibase.structure.core.Schema#492b631",
| | "snapshotId": "492b649"
| | }
| | },
| | {
| | "table": {
| | "columns": [
| | "liquibase.structure.core.Column#492b633",
| | "liquibase.structure.core.Column#492b634",
| | "liquibase.structure.core.Column#492b635",
| | "liquibase.structure.core.Column#492b636",
| | "liquibase.structure.core.Column#492b637",
| | "liquibase.structure.core.Column#492b638",
| | "liquibase.structure.core.Column#492b639",
| | "liquibase.structure.core.Column#492b640",
| | "liquibase.structure.core.Column#492b641",
| | "liquibase.structure.core.Column#492b642",
| | "liquibase.structure.core.Column#492b643",
| | "liquibase.structure.core.Column#492b644",
| | "liquibase.structure.core.Column#492b645",
| | "liquibase.structure.core.Column#492b646"
| | ]
| | ,
| | "default_tablespace": false,
| | "name": "databasechangelog",
| | "schema": "liquibase.structure.core.Schema#492b631",
| | "snapshotId": "492b632"
| | }
| | },
| | {
| | "table": {
| | "columns": [
| | "liquibase.structure.core.Column#492b660",
| | "liquibase.structure.core.Column#492b661",
| | "liquibase.structure.core.Column#492b662",
| | "liquibase.structure.core.Column#492b663"
| | ]
| | ,
| | "default_tablespace": false,
| | "indexes": [
| | "liquibase.structure.core.Index#492b659"
| | ]
| | ,
| | "name": "databasechangeloglock",
| | "primaryKey": "liquibase.structure.core.PrimaryKey#492b664",
| | "schema": "liquibase.structure.core.Schema#492b631",
| | "snapshotId": "492b658"
| | }
| | },
| | {
| | "table": {
| | "columns": [
| | "liquibase.structure.core.Column#492b666",
| | "liquibase.structure.core.Column#492b667",
| | "liquibase.structure.core.Column#492b668",
| | "liquibase.structure.core.Column#492b669",
| | "liquibase.structure.core.Column#492b670",
| | "liquibase.structure.core.Column#492b671"
| | ]
| | ,
| | "default_tablespace": false,
| | "name": "posts",
| | "schema": "liquibase.structure.core.Schema#492b631",
| | "snapshotId": "492b665"
| | }
| | },
| | {
| | "table": {
| | "columns": [
| | "liquibase.structure.core.Column#492b648"
| | ]
| | ,
| | "default_tablespace": false,
| | "name": "snapshot_test_table",
| | "schema": "liquibase.structure.core.Schema#492b631",
| | "snapshotId": "492b647"
| | }
| | }
| | ]
| |
| | },
| | "snapshotControl": {
| | "snapshotControl": {
| | "includedType": [
| | "com.datical.liquibase.ext.appdba.synonym.Synonym",
| | "com.datical.liquibase.ext.storedlogic.checkconstraint.CheckConstraint",
| | "com.datical.liquibase.ext.storedlogic.databasepackage.DatabasePackage",
| | "com.datical.liquibase.ext.storedlogic.databasepackage.DatabasePackageBody",
| | "com.datical.liquibase.ext.storedlogic.function.Function",
| | "com.datical.liquibase.ext.storedlogic.trigger.Trigger",
| | "liquibase.structure.core.Catalog",
| | "liquibase.structure.core.Column",
| | "liquibase.structure.core.ForeignKey",
| | "liquibase.structure.core.Index",
| | "liquibase.structure.core.PrimaryKey",
| | "liquibase.structure.core.Schema",
| | "liquibase.structure.core.Sequence",
| | "liquibase.stru...
github-actions / Liquibase Test Harness - Advanced Reports
liquibase.harness.snapshot.SnapshotObjectTests ► apply snapshotCatalogAndSchema against yugabytedb 2.17
Failed test found in:
target/surefire-reports/TEST-liquibase.harness.snapshot.SnapshotObjectTests.xml
Error:
Condition failed with Exception:
Raw output
Condition failed with Exception:
snapshotMatchesSpecifiedStructure(expectedSnapshot, generatedSnapshot)
| | |
| | {
| | "snapshot": {
| | "created": "2024-11-13T17:22:52.338",
| | "database": {
| | "productVersion": "11.2-YB-2.17.1.0-b0",
| | "shortName": "yugabytedb",
| | "majorVersion": "11",
| | "minorVersion": "2",
| | "user": "yugabyte",
| | "productName": "PostgreSQL",
| | "url": "jdbc:postgresql://localhost:5434/lbcat"
| | },
| | "objects": {
| | "liquibase.structure.core.Catalog": [
| | {
| | "catalog": {
| | "default": true,
| | "name": "lbcat",
| | "snapshotId": "492b1209"
| | }
| | }
| | ]
| | ,
| | "liquibase.structure.core.Column": [
| | {
| | "column": {
| | "defaultValue": "CURRENT_TIMESTAMP!{liquibase.statement.DatabaseFunction}",
| | "name": "added",
| | "nullable": false,
| | "order": "6!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1228",
| | "snapshotId": "492b1235",
| | "type": {
| | "characterOctetLength": "29!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "93!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "timestamp"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "author",
| | "nullable": false,
| | "order": "2!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1213",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "author_id",
| | "nullable": false,
| | "order": "2!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1244",
| | "snapshotId": "492b1246",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "int4"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "birthdate",
| | "nullable": false,
| | "order": "5!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1228",
| | "snapshotId": "492b1234",
| | "type": {
| | "characterOctetLength": "13!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "91!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "date"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "comments",
| | "nullable": true,
| | "order": "9!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1220",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "content",
| | "nullable": false,
| | "order": "5!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1244",
| | "snapshotId": "492b1249",
| | "type": {
| | "characterOctetLength": "2147483647!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "text"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "contexts",
| | "nullable": true,
| | "order": "12!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1223",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "dateexecuted",
| | "nullable": false,
| | "order": "4!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1215",
| | "type": {
| | "characterOctetLength": "29!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "93!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "timestamp"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "deployment_id",
| | "nullable": true,
| | "order": "14!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1225",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSize": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "description",
| | "nullable": true,
| | "order": "8!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1219",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "description",
| | "nullable": false,
| | "order": "4!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1244",
| | "snapshotId": "492b1248",
| | "type": {
| | "characterOctetLength": "500!{java.lang.Integer}",
| | "columnSize": "500!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "email",
| | "nullable": false,
| | "order": "4!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1228",
| | "snapshotId": "492b1233",
| | "type": {
| | "characterOctetLength": "100!{java.lang.Integer}",
| | "columnSize": "100!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "exectype",
| | "nullable": false,
| | "order": "6!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1217",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSize": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "filename",
| | "nullable": false,
| | "order": "3!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1214",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "first_name",
| | "nullable": false,
| | "order": "2!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1228",
| | "snapshotId": "492b1231",
| | "type": {
| | "characterOctetLength": "50!{java.lang.Integer}",
| | "columnSize": "50!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "autoIncrementInformation": {
| | "incrementBy": "1!{java.math.BigInteger}",
| | "startWith": "1!{java.math.BigInteger}"
| | },
| | "name": "id",
| | "nullable": false,
| | "order": "1!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1228",
| | "snapshotId": "492b1230",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "serial"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "id",
| | "nullable": false,
| | "order": "1!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1212",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "id",
| | "nullable": false,
| | "order": "1!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1237",
| | "snapshotId": "492b1239",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "int4"
| | }
| | }
| | },
| | {
| | "column": {
| | "autoIncrementInformation": {
| | "incrementBy": "1!{java.math.BigInteger}",
| | "startWith": "1!{java.math.BigInteger}"
| | },
| | "name": "id",
| | "nullable": false,
| | "order": "1!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1244",
| | "snapshotId": "492b1245",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "serial"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "inserted_date",
| | "nullable": true,
| | "order": "6!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1244",
| | "snapshotId": "492b1250",
| | "type": {
| | "characterOctetLength": "13!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "91!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "date"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "labels",
| | "nullable": true,
| | "order": "13!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1224",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "last_name",
| | "nullable": false,
| | "order": "3!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1228",
| | "snapshotId": "492b1232",
| | "type": {
| | "characterOctetLength": "50!{java.lang.Integer}",
| | "columnSize": "50!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "liquibase",
| | "nullable": true,
| | "order": "11!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1222",
| | "type": {
| | "characterOctetLength": "20!{java.lang.Integer}",
| | "columnSize": "20!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "locked",
| | "nullable": false,
| | "order": "2!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1237",
| | "snapshotId": "492b1240",
| | "type": {
| | "characterOctetLength": "1!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "-7!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "bool"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "lockedby",
| | "nullable": true,
| | "order": "4!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1237",
| | "snapshotId": "492b1242",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "lockgranted",
| | "nullable": true,
| | "order": "3!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1237",
| | "snapshotId": "492b1241",
| | "type": {
| | "characterOctetLength": "29!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "93!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "timestamp"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "md5sum",
| | "nullable": true,
| | "order": "7!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1218",
| | "type": {
| | "characterOctetLength": "35!{java.lang.Integer}",
| | "columnSize": "35!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "orderexecuted",
| | "nullable": false,
| | "order": "5!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1216",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "int4"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "snapshot_test_column",
| | "nullable": true,
| | "order": "1!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1226",
| | "snapshotId": "492b1227",
| | "type": {
| | "characterOctetLength": "10!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "4!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "int4"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "tag",
| | "nullable": true,
| | "order": "10!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1211",
| | "snapshotId": "492b1221",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | },
| | {
| | "column": {
| | "name": "title",
| | "nullable": false,
| | "order": "3!{java.lang.Integer}",
| | "relation": "liquibase.structure.core.Table#492b1244",
| | "snapshotId": "492b1247",
| | "type": {
| | "characterOctetLength": "255!{java.lang.Integer}",
| | "columnSize": "255!{java.lang.Integer}",
| | "columnSizeUnit": "BYTE!{liquibase.structure.core.DataType$ColumnSizeUnit}",
| | "dataTypeId": "12!{java.lang.Integer}",
| | "radix": "10!{java.lang.Integer}",
| | "typeName": "varchar"
| | }
| | }
| | }
| | ]
| | ,
| | "liquibase.structure.core.Index": [
| | {
| | "index": {
| | "columns": [
| | {
| | "column": {
| | "name": "id"
| | }
| | }
| | ]
| | ,
| | "name": "authors_pkey",
| | "snapshotId": "492b1229",
| | "table": "liquibase.structure.core.Table#492b1228",
| | "unique": true
| | }
| | },
| | {
| | "index": {
| | "columns": [
| | {
| | "column": {
| | "name": "id"
| | }
| | }
| | ]
| | ,
| | "name": "databasechangeloglock_pkey",
| | "snapshotId": "492b1238",
| | "table": "liquibase.structure.core.Table#492b1237",
| | "unique": true
| | }
| | }
| | ]
| | ,
| | "liquibase.structure.core.PrimaryKey": [
| | {
| | "primaryKey": {
| | "backingIndex": "liquibase.structure.core.Index#492b1229",
| | "columns": [
| | "liquibase.structure.core.Column#492b1230"
| | ]
| | ,
| | "name": "authors_pkey",
| | "snapshotId": "492b1236",
| | "table": "liquibase.structure.core.Table#492b1228"
| | }
| | },
| | {
| | "primaryKey": {
| | "backingIndex": "liquibase.structure.core.Index#492b1238",
| | "columns": [
| | "liquibase.structure.core.Column#492b1239"
| | ]
| | ,
| | "name": "databasechangeloglock_pkey",
| | "snapshotId": "492b1243",
| | "table": "liquibase.structure.core.Table#492b1237"
| | }
| | }
| | ]
| | ,
| | "liquibase.structure.core.Schema": [
| | {
| | "schema": {
| | "catalog": "liquibase.structure.core.Catalog#492b1209",
| | "default": true,
| | "name": "public",
| | "snapshotId": "492b1210"
| | }
| | }
| | ]
| | ,
| | "liquibase.structure.core.Table": [
| | {
| | "table": {
| | "columns": [
| | "liquibase.structure.core.Column#492b1230",
| | "liquibase.structure.core.Column#492b1231",
| | "liquibase.structure.core.Column#492b1232",
| | "liquibase.structure.core.Column#492b1233",
| | "liquibase.structure.core.Column#492b1234",
| | "liquibase.structure.core.Column#492b1235"
| | ]
| | ,
| | "default_tablespace": false,
| | "indexes": [
| | "liquibase.structure.core.Index#492b1229"
| | ]
| | ,
| | "name": "authors",
| | "primaryKey": "liquibase.structure.core.PrimaryKey#492b1236",
| | "schema": "liquibase.structure.core.Schema#492b1210",
| | "snapshotId": "492b1228"
| | }
| | },
| | {
| | "table": {
| | "columns": [
| | "liquibase.structure.core.Column#492b1212",
| | "liquibase.structure.core.Column#492b1213",
| | "liquibase.structure.core.Column#492b1214",
| | "liquibase.structure.core.Column#492b1215",
| | "liquibase.structure.core.Column#492b1216",
| | "liquibase.structure.core.Column#492b1217",
| | "liquibase.structure.core.Column#492b1218",
| | "liquibase.structure.core.Column#492b1219",
| | "liquibase.structure.core.Column#492b1220",
| | "liquibase.structure.core.Column#492b1221",
| | "liquibase.structure.core.Column#492b1222",
| | "liquibase.structure.core.Column#492b1223",
| | "liquibase.structure.core.Column#492b1224",
| | "liquibase.structure.core.Column#492b1225"
| | ]
| | ,
| | "default_tablespace": false,
| | "name": "databasechangelog",
| | "schema": "liquibase.structure.core.Schema#492b1210",
| | "snapshotId": "492b1211"
| | }
| | },
| | {
| | "table": {
| | "columns": [
| | "liquibase.structure.core.Column#492b1239",
| | "liquibase.structure.core.Column#492b1240",
| | "liquibase.structure.core.Column#492b1241",
| | "liquibase.structure.core.Column#492b1242"
| | ]
| | ,
| | "default_tablespace": false,
| | "indexes": [
| | "liquibase.structure.core.Index#492b1238"
| | ]
| | ,
| | "name": "databasechangeloglock",
| | "primaryKey": "liquibase.structure.core.PrimaryKey#492b1243",
| | "schema": "liquibase.structure.core.Schema#492b1210",
| | "snapshotId": "492b1237"
| | }
| | },
| | {
| | "table": {
| | "columns": [
| | "liquibase.structure.core.Column#492b1245",
| | "liquibase.structure.core.Column#492b1246",
| | "liquibase.structure.core.Column#492b1247",
| | "liquibase.structure.core.Column#492b1248",
| | "liquibase.structure.core.Column#492b1249",
| | "liquibase.structure.core.Column#492b1250"
| | ]
| | ,
| | "default_tablespace": false,
| | "name": "posts",
| | "schema": "liquibase.structure.core.Schema#492b1210",
| | "snapshotId": "492b1244"
| | }
| | },
| | {
| | "table": {
| | "columns": [
| | "liquibase.structure.core.Column#492b1227"
| | ]
| | ,
| | "default_tablespace": false,
| | "name": "snapshot_test_table",
| | "schema": "liquibase.structure.core.Schema#492b1210",
| | "snapshotId": "492b1226"
| | }
| | }
| | ]
| |
| | },
| | "snapshotControl": {
| | "snapshotControl": {
| | "includedType": [
| | "com.datical.liquibase.ext.appdba.synonym.Synonym",
| | "com.datical.liquibase.ext.storedlogic.checkconstraint.CheckConstraint",
| | "com.datical.liquibase.ext.storedlogic.databasepackage.DatabasePackage",
| | "com.datical.liquibase.ext.storedlogic.databasepackage.DatabasePackageBody",
| | "com.datical.liquibase.ext.storedlogic.function.Function",
| | "com.datical.liquibase.ext.storedlogic.trigger.Trigger",
| | "liquibase.structure.core.Catalog",
| | "liquibase.structure.core.Column",
| | "liquibase.structure.core.ForeignKey",
| | "liquibase.structure.core.Index",
| | "liquibase.structure.core.PrimaryKey",
| | "liquibase.structure.core.Schema",
| | ...
Loading