mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-24 00:29:52 +01:00
[bramble] address review comments
This commit is contained in:
@@ -39,7 +39,7 @@ class Migration40_41 implements Migration<Connection> {
|
||||
try {
|
||||
s = txn.createStatement();
|
||||
s.execute("ALTER TABLE contacts"
|
||||
+ dbTypes.replaceTypes(" ADD alias VARCHAR"));
|
||||
+ dbTypes.replaceTypes(" ADD alias _STRING"));
|
||||
} catch (SQLException e) {
|
||||
tryToClose(s);
|
||||
throw new DbException(e);
|
||||
|
||||
Reference in New Issue
Block a user