Skip to content

Commit

Permalink
Add index
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Jan 22, 2025
1 parent 0d552f2 commit f5ade9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/server/indexes.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ Sites.rawCollection().createIndex(
}
);

Sites.rawCollection().createIndex(
{
"platformTarget": 1
},
{
name: "SitesPlatformTargetsSearchIndex"
}
);

Sites.rawCollection().createIndex(
{
"statut": 1,
Expand Down

0 comments on commit f5ade9c

Please sign in to comment.