mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
latest digs
This commit is contained in:
@ -86,9 +86,13 @@ var workorders_command = {
|
||||
mongoose.connection.db.executeDbCommand(clients_command, function(err, dbres) {
|
||||
if (err) throw err;
|
||||
|
||||
console.log("Clients Done");
|
||||
|
||||
mongoose.connection.db.executeDbCommand(workorders_command, function(err, dbres) {
|
||||
if (err) throw err;
|
||||
|
||||
console.log("Workorders Done");
|
||||
|
||||
process.exit();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user