Show cancelled schedule status

This commit is contained in:
2026-07-03 02:57:18 -04:00
parent 85a8b6ad44
commit c973c03689
20 changed files with 173 additions and 29 deletions

View File

@@ -12,8 +12,8 @@ func TestCoverageCRUD(t *testing.T) {
if err != nil {
t.Fatalf("SchemaVersion() error = %v", err)
}
if version != 6 {
t.Fatalf("SchemaVersion() = %d, want 6", version)
if version != 7 {
t.Fatalf("SchemaVersion() = %d, want 7", version)
}
// Verify session_coverage table exists