{{define "content" -}}
{{.Summary.Hash}}
| Table | Change | Rows + | Rows − | Rows ~ |
|---|---|---|---|---|
| {{.Name}} | {{if .Added}}added{{end}} {{if .Dropped}}dropped{{end}} {{if .SchemaChanged}}schema{{end}} {{if and (not .Added) (not .Dropped) (not .SchemaChanged)}}data{{end}} | {{.RowsAdded}} | {{.RowsRemoved}} | {{.RowsModified}} |
No table changes.
{{end}} {{- end}}