[bramble] address review comments

This commit is contained in:
Torsten Grote
2018-10-30 13:32:56 -03:00
parent 969150bff0
commit ca700d8d23
2 changed files with 7 additions and 7 deletions

View File

@@ -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);