Skip to content
Snippets Groups Projects
  1. Aug 21, 2015
  2. Aug 20, 2015
    • Gunnar Schaefer's avatar
      add created & mod timestamps to users & groups · 6e7aed23
      Gunnar Schaefer authored
      Fresh installs should work out of the box.
      Migration instructions for existing installs:
      db.users.update_many({}, {'$set': {'created': datetime.datetime.utcfromtimestamp(0), 'modified': datetime.datetime.utcnow()}})
      db.groups.update_many({}, {'$set': {'created': datetime.datetime.utcfromtimestamp(0), 'modified': datetime.datetime.utcnow()}})
      6e7aed23
  3. Aug 19, 2015
  4. Aug 18, 2015
  5. Aug 15, 2015
  6. Aug 14, 2015
  7. Aug 13, 2015
  8. Aug 12, 2015
  9. Aug 11, 2015
  10. Aug 07, 2015
  11. Aug 06, 2015
Loading