Skip to content

Commit

Permalink
releasef new profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Oct 7, 2023
1 parent 66b7963 commit fee7422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg.mongodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ db.profile.createIndex( { region: -1 } )
db.getCollection('3v3').createIndex({timestamp: -1})
db.getCollection('2v2').createIndex({timestamp: -1})
db.battlegrounds.createIndex({timestamp: -1})
db.shuffle.createIndex({timestamp: -1})
db.shuffle.createIndex({timestamp: -1})

0 comments on commit fee7422

Please sign in to comment.