Created on {{date}}
|
liquibase.url / Target
|
|
{{jdbcUrl}}
|
|
Changelog
|
|
{{changelogArgValue}}
|
| 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 message: {{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 message: {{errorMsg}} {{/errorMsg}} {{#operationInfo.operationOutcomeErrorMsg}}Rollback error message: {{operationInfo.operationOutcomeErrorMsg}} {{/operationInfo.operationOutcomeErrorMsg}} {{#hasAttributes}}Attributes:
{{#attributes}}
Generated SQL: {{generatedSql}} {{/changesetInfo.changesetInfoList}} |