mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 00:07:21 +00:00
8 lines
221 B
JavaScript
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')
|