Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Last active August 29, 2015 13:57
Show Gist options
  • Save FrancescaK/9380656 to your computer and use it in GitHub Desktop.
Save FrancescaK/9380656 to your computer and use it in GitHub Desktop.
STEP: update the archive range.
configdb.tags.update({tag:"tier 2"},{$set:{'max.date':ISODate("2001-07-31")}})
configdb.tags.update({tag:"recent"},{$set:{'min.date':ISODate("2001-07-31")}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment