1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-11-22 16:04:18 +00:00
bda-6-steffo/data/scripts/index-db.js

9 lines
100 B
JavaScript
Raw Normal View History

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