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 a8e393c commit dff4bbdCopy full SHA for dff4bbd
firebase-firestore/src/test/java/com/google/firebase/firestore/local/SQLiteSchemaTest.java
@@ -691,8 +691,8 @@ public void createsIndexingTables() {
691
692
@Test
693
public void createsOverlaysAndMigrationTable() {
694
- // 13 is the version we enable Overlay
695
- schema.runSchemaUpgrades(0, 13);
+ // 14 is the version we enable Overlay
+ schema.runSchemaUpgrades(0, 14);
696
assertTableExists("document_overlays");
697
assertTableExists("data_migrations");
698
0 commit comments