Delete uploads table entries before deleting the snapshot itself. The uploads table has a foreign key to snapshots(id) without CASCADE, so we must explicitly delete upload records first. |
||
|---|---|---|
| .. | ||
| backup_test.go | ||
| file_change_test.go | ||
| manifest.go | ||
| module.go | ||
| progress.go | ||
| scanner_test.go | ||
| scanner.go | ||
| snapshot_test.go | ||
| snapshot.go | ||