mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
Added nocollate indeces
This commit is contained in:
@@ -133,4 +133,5 @@ func partialsIndexes(collection *core.Collection) {
|
||||
dbmodels.AddIndex(collection, dbmodels.PLACE_STMT_FIELD, false)
|
||||
dbmodels.AddIndex(collection, dbmodels.PUBLICATION_STMT_FIELD, false)
|
||||
dbmodels.AddIndex(collection, dbmodels.YEAR_FIELD, false)
|
||||
dbmodels.AddIndexNoCollate(collection, dbmodels.ENTRIES_TABLE, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user