Skip to content

Commit

Permalink
fix: Add missing index for File queryIter
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Aug 22, 2023
1 parent 255cbd9 commit 083cdd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ indexes:
- name: parententry
- name: sortindex

- kind: file
properties:
- name: pending
- name: creationdate

- kind: file_rootNode
properties:
- name: parententry
Expand Down

0 comments on commit 083cdd3

Please sign in to comment.