mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
Include schema and automigration
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
a41ca26b90
commit
1f0bcc74b1
2 changed files with 1133 additions and 1 deletions
1131
app/schemas/com.nextcloud.client.database.NextcloudDatabase/68.json
Normal file
1131
app/schemas/com.nextcloud.client.database.NextcloudDatabase/68.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -59,7 +59,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 = 67, to = 68)
|
||||
],
|
||||
exportSchema = true
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue