timetable-extension #1

Open
fred.boniface wants to merge 144 commits from timetable-extension into main
1 changed files with 1 additions and 0 deletions
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"),
},
// Add index for VSTP to allow deletion of non-VSTP only entries
}
_, err := coll.Indexes().CreateMany(context.Background(), indexModels)