Ammend CIF Indexes
All checks were successful
Go Test / test (push) Successful in 34s

This commit is contained in:
Fred Boniface 2024-04-23 15:20:49 +01:00
parent 728e8f89e2
commit 9e65b66474

View File

@ -188,7 +188,6 @@ func CreateTimetableIndexes() error {
}, },
Options: options.Index().SetName("vstp"), Options: options.Index().SetName("vstp"),
}, },
// 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)