mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 01:35:32 +00:00
Added nocollate indeces
This commit is contained in:
@@ -51,5 +51,5 @@ func agentsFields() core.FieldsList {
|
||||
func agentsIndexes(collection *core.Collection) {
|
||||
dbmodels.AddMusenalmIDIndex(collection)
|
||||
dbmodels.AddIndex(collection, dbmodels.AGENTS_NAME_FIELD, false)
|
||||
dbmodels.AddIndex(collection, dbmodels.URI_FIELD, false)
|
||||
dbmodels.AddIndexNoCollate(collection, dbmodels.URI_FIELD, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user