Party/scripts/init-mongo.js
2023-10-28 16:37:50 +02:00

8 lines
221 B
JavaScript

db = db.getSiblingDB('partyyy');
db.createCollection('mate');
db.createCollection('messages');
db.createCollection('events');
db.createCollection('systemMonitor');
db.createCollection('teams')
db.createCollection('game')