fix database upgrade

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-03-13 07:46:17 +01:00 committed by Alper Öztürk
parent a2b74062a7
commit e2b309184a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ import com.owncloud.android.db.ProviderMeta
AutoMigration(from = 75, to = 76),
AutoMigration(from = 76, to = 77),
AutoMigration(from = 77, to = 78),
AutoMigration(from = 78, to = 79),
AutoMigration(from = 78, to = 79, spec = DatabaseMigrationUtil.ResetCapabilitiesPostMigration::class),
],
exportSchema = true
)