[omemo] Remove unused timestamp column

This commit is contained in:
Philipp Hörist
2017-03-16 19:40:53 +01:00
parent b34d042eb0
commit 26f393e8a2

View File

@@ -77,8 +77,7 @@ class SQLDatabase():
CREATE TABLE IF NOT EXISTS encryption_state (
id INTEGER PRIMARY KEY AUTOINCREMENT,
jid TEXT UNIQUE,
encryption INTEGER,
timestamp NUMERIC DEFAULT CURRENT_TIMESTAMP
encryption INTEGER
);
'''