We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c196acc commit 6c8a600Copy full SHA for 6c8a600
firebase-firestore/src/main/java/com/google/firebase/firestore/local/SQLiteSchema.java
@@ -193,6 +193,7 @@ private void createV1MutationQueue() {
193
});
194
}
195
196
+ /** Note: as of this migration, `last_acknowledged_batch_id` is no longer used by the code. */
197
private void removeAcknowledgedMutations() {
198
SQLitePersistence.Query mutationQueuesQuery =
199
new SQLitePersistence.Query(
0 commit comments