1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-11-22 07:54:19 +00:00
bda-6-steffo/data/scripts/index-db.mongodb

9 lines
100 B
Text
Raw Normal View History

2023-02-02 01:56:37 +00:00
db.reviews.createIndex(
{
overall: 1,
},
{
name: "rating_index"
}
)