Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 22f8b995 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Merge pull request #9985 from rafaeltonholo/fix/9983/increase-db-version

fix: increase db version to apply database migration adding the new account_id column
parent d46a19df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ import net.thunderbird.core.logging.legacy.Log;


class StoreSchemaDefinition implements SchemaDefinition {
    static final int DB_VERSION = 90;
    static final int DB_VERSION = 91;

    private final MigrationsHelper migrationsHelper;