Party/scripts/init-mongo.js
2023-09-11 17:30:52 +02:00

6 lines
164 B
JavaScript

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