apsillers / lords-of-the-fey

An online turn-based HTML5 game, based on Battle for Wesnoth
Other
9 stars 2 forks source link

Update db commands for MogoDB 7.0 syntax > init.mongo.js #15

Open KawaKode opened 10 months ago

KawaKode commented 10 months ago

Hello !

I noticed while trying to initialize the Mongo DB that some commands to create the collections in the DB are not compatible with Mongo 7.0.

Those changes modify db.users.save commands into db.users.insertOne

Context : I'm trying to deploy the game on an ARM VPS, I might make other changes to bring it up to date, but since I'm not a JS dev, I hope I wont have to touch JS at all :P