mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 16:14:36 +00:00
6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
db = db.getSiblingDB('partyyy');
|
|
db.createCollection('mate');
|
|
db.createCollection('messages');
|
|
db.createCollection('events');
|
|
db.createCollection('systemMonitor');
|