Skip to content

Instantly share code, notes, and snippets.

@klauer
Created February 9, 2016 18:51
Show Gist options
  • Save klauer/dfd7512d983ca0587981 to your computer and use it in GitHub Desktop.
Save klauer/dfd7512d983ca0587981 to your computer and use it in GitHub Desktop.
filestore index fix
import filestore.api
fstore = filestore.api._FS_SINGLETON
collection = fstore._db.datum
collection.create_index('resource')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment