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

Unverified Commit dd53779c authored by Corey Bryant's avatar Corey Bryant Committed by GitHub
Browse files

Merge pull request #9987 from wmontwe/uplift-beta-fix-increase-db-version

uplift(beta): fix increase db version to apply database migration
parents d46a19df 22f8b995
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;