mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +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> {
|
abstract class JdbcDatabase implements Database<Connection> {
|
||||||
|
|
||||||
private static final int SCHEMA_VERSION = 23;
|
private static final int SCHEMA_VERSION = 24;
|
||||||
private static final int MIN_SCHEMA_VERSION = 23;
|
private static final int MIN_SCHEMA_VERSION = 24;
|
||||||
|
|
||||||
private static final String CREATE_SETTINGS =
|
private static final String CREATE_SETTINGS =
|
||||||
"CREATE TABLE settings"
|
"CREATE TABLE settings"
|
||||||
|
|||||||
Reference in New Issue
Block a user