Skip to content

Commit e4aebae

Browse files
Index-free: Remove stale TODO (#740)
1 parent eb702be commit e4aebae

File tree

1 file changed

+0
-7
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/local

1 file changed

+0
-7
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/local/SQLiteSchema.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ class SQLiteSchema {
4848
/**
4949
* The version of the schema. Increase this by one for each migration added to runMigrations
5050
* below.
51-
*
52-
* <p>TODO(index-free): The migration to schema version 9 doesn't backfill `read_time` as this
53-
* requires rewriting the RemoteDocumentCache. For index-free queries to efficiently handle
54-
* existing documents, we still need to populate read_time for all existing entries, drop the
55-
* RemoteDocumentCache or ask users to invoke `clearPersistence()` manually. If we decide to
56-
* backfill or drop the contents of the RemoteDocumentCache, we need to perform an additional
57-
* schema migration.
5851
*/
5952
static final int VERSION = 9;
6053

0 commit comments

Comments
 (0)