aboutsummaryrefslogtreecommitdiff
path: root/lib/database.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/database.cpp')
-rw-r--r--lib/database.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/database.cpp b/lib/database.cpp
index 70dc1b9b..d719d027 100644
--- a/lib/database.cpp
+++ b/lib/database.cpp
@@ -99,6 +99,7 @@ void Database::migrateTo2()
{
qCDebug(DATABASE) << "Migrating database to version 2";
transaction();
+ //TODO remove this column again - we don't need it after all
execute(QStringLiteral("ALTER TABLE inbound_megolm_sessions ADD ed25519Key TEXT"));
execute(QStringLiteral("ALTER TABLE olm_sessions ADD lastReceived TEXT"));