Drift Report
{{reportInfo.commandName}} operation {{#diffInfo.foundDrift}}detected{{/diffInfo.foundDrift}}{{^diffInfo.foundDrift}}did not detect{{/diffInfo.foundDrift}}
differences
Report created {{reportInfo.date}} by {{reportInfo.createdByUser}} at {{reportInfo.hostName}}
Command Syntax: liquibase {{reportInfo.commandArgs}}
Summary of Detected Differences
{{diffInfo.numberMissing}} Objects Missing from Target
{{databaseInfo.visibleTargetUrl}}
| Object Type | Object Identifier |
| {{aggregateTypeName}} |
{{#results}}
{{objectString}}
{{/results}}
|
| No missing objects! 🎉 |
{{diffInfo.numberUnexpected}} Objects Missing on Source
{{databaseInfo.visibleSourceUrl}}
| Object Type | Object Identifier |
| {{aggregateTypeName}} |
{{#results}}
{{objectString}}
{{/results}}
|
| No unexpected objects! 🎉 |
{{diffInfo.numberChanged}} Objects With Differences
| Object Type | Object Identifier |
| {{aggregateTypeName}} |
{{#results}}
{{objectString}}
{{/results}}
|
| No changed objects! 🎉 |
Detailed Object Differences