Skip to content

Commit

Permalink
DB automigration
Browse files Browse the repository at this point in the history
Signed-off-by: batpio <[email protected]>
  • Loading branch information
BatPio committed Jan 10, 2025
1 parent 8e51872 commit 4408147
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ import com.owncloud.android.db.ProviderMeta
AutoMigration(from = 81, to = 82),
AutoMigration(from = 82, to = 83),
AutoMigration(from = 83, to = 84),
AutoMigration(from = 84, to = 85, spec = DatabaseMigrationUtil.DeleteColumnSpec::class)
AutoMigration(from = 84, to = 85, spec = DatabaseMigrationUtil.DeleteColumnSpec::class),
AutoMigration(from = 85, to = 86)
],
exportSchema = true
)
Expand Down

0 comments on commit 4408147

Please sign in to comment.