timetable-extension #1

Open
fred.boniface wants to merge 144 commits from timetable-extension into main
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 728e8f89e2 - Show all commits

View File

@ -182,6 +182,12 @@ func CreateTimetableIndexes() error {
},
Options: options.Index().SetName("find_by_headcode"),
},
{
Keys: bson.M{
"serviceDetail.vstp": 1,
},
Options: options.Index().SetName("vstp"),
},
// Add index for VSTP to allow deletion of non-VSTP only entries
}