File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore/local Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,6 @@ class SQLiteSchema {
48
48
/**
49
49
* The version of the schema. Increase this by one for each migration added to runMigrations
50
50
* 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.
58
51
*/
59
52
static final int VERSION = 9 ;
60
53
You can’t perform that action at this time.
0 commit comments