{{commandTitle}} report

Created on {{date}}

Changelog {{changelogArgValue}}
URL {{jdbcUrl}}

 

{{#customData.customDataFile}} {{/customData.customDataFile}}
Database info

Database type: {{databaseInfo.databaseType}}

Version: {{databaseInfo.version}}

Runtime info

System Username: {{runtimeInfo.systemUsername}}

Hostname: {{runtimeInfo.hostname}}

OS Information: {{runtimeInfo.os}}

Interface: {{runtimeInfo.interfaceType}}

Start time: {{runtimeInfo.startTime}}

Operation info

Command: liquibase {{operationInfo.command}}

Operation outcome: {{operationInfo.operationOutcome}}

{{#operationInfo.operationOutcomeErrorMsg}}

Operation outcome error msg: {{operationInfo.operationOutcomeErrorMsg}}

{{/operationInfo.operationOutcomeErrorMsg}}
Custom data

Custom data file: {{customData.customDataFile}}

{{customData.fileContents}}

Changeset info

Changeset count: {{changesetInfo.changesetCount}}

{{#changesetInfo.changesetInfoList}}

Changeset Number: {{index}}

Changeset author: {{changesetAuthor}}

Changeset ID: {{changesetId}}

Changelog file: {{changelogFile}}

Labels: {{labels}}

Contexts: {{contexts}}

Comment: {{comment}}

Changeset outcome: {{changesetOutcome}}

{{#errorMsg}}

Error msg: {{errorMsg}}

{{/errorMsg}} {{#operationInfo.operationOutcomeErrorMsg}}

Rollback error msg: {{operationInfo.operationOutcomeErrorMsg}}

{{/operationInfo.operationOutcomeErrorMsg}} {{#hasAttributes}}

Attributes: {{#attributes}}
{{.}} {{/attributes}}

{{/hasAttributes}}

Generated SQL: {{generatedSql}}

{{/changesetInfo.changesetInfoList}}