Skip to content

Commit 6c8a600

Browse files
committed
Comment
1 parent c196acc commit 6c8a600

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ private void createV1MutationQueue() {
193193
});
194194
}
195195

196+
/** Note: as of this migration, `last_acknowledged_batch_id` is no longer used by the code. */
196197
private void removeAcknowledgedMutations() {
197198
SQLitePersistence.Query mutationQueuesQuery =
198199
new SQLitePersistence.Query(

0 commit comments

Comments
 (0)