timetable-extension #1

Merged
fred.boniface merged 165 commits from timetable-extension into main 2025-06-18 21:06:04 +01:00
Showing only changes of commit 6cfddee1f3 - Show all commits

View File

@ -182,6 +182,7 @@ func CreateTimetableIndexes() error {
}, },
Options: options.Index().SetName("find_by_headcode"), Options: options.Index().SetName("find_by_headcode"),
}, },
// Add index for VSTP to allow deletion of non-VSTP only entries
} }
_, err := coll.Indexes().CreateMany(context.Background(), indexModels) _, err := coll.Indexes().CreateMany(context.Background(), indexModels)