mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Bumped DB schema version.
Prevent old forum sharing messages from causing spurious exceptions.
This commit is contained in:
@@ -63,8 +63,8 @@ import static org.briarproject.db.ExponentialBackoff.calculateExpiry;
|
||||
*/
|
||||
abstract class JdbcDatabase implements Database<Connection> {
|
||||
|
||||
private static final int SCHEMA_VERSION = 23;
|
||||
private static final int MIN_SCHEMA_VERSION = 23;
|
||||
private static final int SCHEMA_VERSION = 24;
|
||||
private static final int MIN_SCHEMA_VERSION = 24;
|
||||
|
||||
private static final String CREATE_SETTINGS =
|
||||
"CREATE TABLE settings"
|
||||
|
||||
Reference in New Issue
Block a user