Include schema and automigration

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2023-01-24 10:02:39 +01:00
parent a41ca26b90
commit 1f0bcc74b1
No known key found for this signature in database
GPG Key ID: 2585783189A62105
2 changed files with 1133 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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
)