timetable-extension #1

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

View File

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