Created
March 11, 2015 03:26
-
-
Save devnill/6523b02828b0d1a2266d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
volDB.modules.shift.start({config:{ | |
where:{ | |
"department":volDB.collections.departments.get_id_by_name("Gate") | |
}, | |
date_range:{ | |
start_time:new Date('Fri Jun 06 2014 14:00:00 GMT-0600 (MDT)'), | |
end_time:new Date('Fri Jun 07 2014 14:00:00 GMT-0600 (MDT)') | |
}, | |
"name":"Another gate shiftgrid" | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment