To move a collection between databases, run the following from mongo shell:
use admin;
db.runCommand({renameCollection:"hours.night",to:"days.night"});
To move a collection between databases, run the following from mongo shell:
use admin;
db.runCommand({renameCollection:"hours.night",to:"days.night"});