Skip to content

Commit 8d6d762

Browse files
Update indexeddb_schema.ts
1 parent 6f58952 commit 8d6d762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/local/indexeddb_schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ export class DbIndexEntry {
806806
'documentKey'
807807
];
808808

809-
static documentKeyIndex = 'sequenceNumberIndex';
809+
static documentKeyIndex = 'documentKeyIndex';
810810

811811
static documentKeyIndexPath = ['indexId', 'uid', 'documentKey'];
812812

0 commit comments

Comments
 (0)