Skip to content

Commit 6d706a0

Browse files
Kamitseaver
authored andcommitted
Update docs for building datastore indexes. (#8707)
Restore `index.yml` file removed in PR #3146.
1 parent 15317dd commit 6d706a0

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

  • packages/google-cloud-datastore/tests/system
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
indexes:
2+
3+
- kind: Character
4+
ancestor: yes
5+
properties:
6+
- name: appearances
7+
8+
- kind: Character
9+
ancestor: yes
10+
properties:
11+
- name: alive
12+
13+
- kind: Character
14+
ancestor: yes
15+
properties:
16+
- name: family
17+
- name: appearances
18+
19+
- kind: Character
20+
ancestor: yes
21+
properties:
22+
- name: name
23+
- name: family

0 commit comments

Comments
 (0)