Browse Source

NextcloudDatabase: 67 to 68 is a manual migration

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey 2 năm trước cách đây
mục cha
commit
29bcfd07fd

+ 1 - 2
app/src/main/java/com/nextcloud/client/database/NextcloudDatabase.kt

@@ -60,8 +60,7 @@ import com.owncloud.android.db.ProviderMeta
     version = ProviderMeta.DB_VERSION,
     autoMigrations = [
         AutoMigration(from = 65, to = 66),
-        AutoMigration(from = 66, to = 67),
-        AutoMigration(from = 67, to = 68)
+        AutoMigration(from = 66, to = 67)
     ],
     exportSchema = true
 )