Skip to content

Commit fc5a853

Browse files
authored
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
2 parents 38272c4 + e5d65fd commit fc5a853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/storage/src/main/java/com/fsck/k9/storage/StoreSchemaDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
class StoreSchemaDefinition implements SchemaDefinition {
15-
static final int DB_VERSION = 90;
15+
static final int DB_VERSION = 91;
1616

1717
private final MigrationsHelper migrationsHelper;
1818

0 commit comments

Comments
 (0)