mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
Remove unnecessary call to replaceTypes().
This commit is contained in:
@@ -42,8 +42,8 @@ class Migration42_43 implements Migration<Connection> {
|
|||||||
+ " ADD COLUMN handshakePrivateKey _BINARY"));
|
+ " ADD COLUMN handshakePrivateKey _BINARY"));
|
||||||
s.execute(dbTypes.replaceTypes("ALTER TABLE contacts"
|
s.execute(dbTypes.replaceTypes("ALTER TABLE contacts"
|
||||||
+ " ADD COLUMN handshakePublicKey _BINARY"));
|
+ " ADD COLUMN handshakePublicKey _BINARY"));
|
||||||
s.execute(dbTypes.replaceTypes("ALTER TABLE contacts"
|
s.execute("ALTER TABLE contacts"
|
||||||
+ " DROP COLUMN active"));
|
+ " DROP COLUMN active");
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
tryToClose(s, LOG, WARNING);
|
tryToClose(s, LOG, WARNING);
|
||||||
throw new DbException(e);
|
throw new DbException(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user