{{define "content" -}}

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

{{if .Error}}
{{.Error}}
{{end}} {{if .Notice}}
{{.Notice}}
{{end}}

General

Rename

Renaming moves both this database's record and its stored data. The old address stops working — no redirect is left behind — so anything cloning or pushing to ~{{.Repo.OwnerName}}/{{.Repo.Name}} must have its remote updated.

Access control

{{if .ACL}} {{range .ACL}} {{end}}
UserMode
~{{.Username}} {{.Mode}}
{{else}}

No collaborators.

{{end}}

Danger zone

Deleting a database removes its metadata and its on-disk store permanently.

{{- end}}