Skip to content

Commit cb53dc0

Browse files
committed
bump schema version
1 parent 3c5f931 commit cb53dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firestore/src/local/indexeddb_schema.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ import { DbTimestampKey, KeySafeBytes } from './indexeddb_sentinels';
5454
* 16. Parse timestamp strings before creating index entries.
5555
* 17. TODO(tomandersen)
5656
* 18. Encode key safe representations of IndexEntry in DbIndexEntryStore.
57+
* 19. Add "documentType" property and index to DbRemoteDocumentStore.
5758
*/
5859

59-
export const SCHEMA_VERSION = 18;
60+
export const SCHEMA_VERSION = 19;
6061

6162
/**
6263
* Wrapper class to store timestamps (seconds and nanos) in IndexedDb objects.

0 commit comments

Comments
 (0)