Skip to content

Commit 2054a80

Browse files
Review
2 parents 56aa7b1 + 8d6d762 commit 2054a80

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)