{{define "content" -}}

~{{.Repo.OwnerName}}/{{.Repo.Name}} · commit

{{.Summary.Hash}}

Table changes

{{if .Summary.Tables}} {{range .Summary.Tables}} {{end}}
TableChangeRows +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}}
{{else}}

No table changes.

{{end}} {{- end}}