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