mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Merge pull request #11659 from nextcloud/addMigration
Migration is needed, otherwise it drops database 😨
This commit is contained in:
commit
8d36ea10e4
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ import com.owncloud.android.db.ProviderMeta
|
|||
version = ProviderMeta.DB_VERSION,
|
||||
autoMigrations = [
|
||||
AutoMigration(from = 65, to = 66),
|
||||
AutoMigration(from = 66, to = 67)
|
||||
AutoMigration(from = 66, to = 67),
|
||||
AutoMigration(from = 68, to = 69)
|
||||
],
|
||||
exportSchema = true
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue