Skip to content
Snippets Groups Projects
Commit 573c88a3 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

[omemo] Remove unused timestamp column

parent b9407684
No related branches found
No related tags found
No related merge requests found
......@@ -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
);
'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment