Skip to content

Commit

Permalink
perf(server): add group.linkeddatasetschema index (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
orisano committed Jul 20, 2023
1 parent 49ce87d commit c4f2c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/internal/infrastructure/mongo/layer.go
Expand Up @@ -36,6 +36,7 @@ var (
"infobox.property,scene",
"infobox.fields.property",
"infobox.fields.property,scene",
"group.linkeddatasetschema",
}
layerUniqueIndexes = []string{"id"}
)
Expand Down

0 comments on commit c4f2c11

Please sign in to comment.