mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-09 13:59:48 +01:00
fix to only use auto migration when no manual migration is in place
this will fix the changes from commits
8eabfd6d
and also
46efdf4b0c
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
2836ba83e2
commit
79ef534e80
@ -51,7 +51,7 @@ import java.util.Locale
|
|||||||
],
|
],
|
||||||
version = 14,
|
version = 14,
|
||||||
autoMigrations = [
|
autoMigrations = [
|
||||||
AutoMigration(from = 9, to = 13)
|
AutoMigration(from = 9, to = 10)
|
||||||
],
|
],
|
||||||
exportSchema = true
|
exportSchema = true
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user