Skip to content

Instantly share code, notes, and snippets.

@lauramorillo
Last active July 3, 2016 17:52
Show Gist options
  • Save lauramorillo/648b77529a491bf4dbb4840f4f0bf2c4 to your computer and use it in GitHub Desktop.
Save lauramorillo/648b77529a491bf4dbb4840f4f0bf2c4 to your computer and use it in GitHub Desktop.
Index file containing the autogenerated keys for Google Cloud Datastore from emulator.
indexes:
# AUTOGENERATED
# This index.yaml is automatically updated whenever the Cloud Datastore
# emulator detects that a new type of query is run. If you want to manage the
# index.yaml file manually, remove the "# AUTOGENERATED" marker line above.
# If you want to manage some indexes manually, move them above the marker line.
- kind: "Users"
properties:
- name: "name"
- name: "age"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment