Skip to content

Instantly share code, notes, and snippets.

@devnill
Created March 11, 2015 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devnill/6523b02828b0d1a2266d to your computer and use it in GitHub Desktop.
Save devnill/6523b02828b0d1a2266d to your computer and use it in GitHub Desktop.
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