Skip to content
Snippets Groups Projects
Commit 8a70c5a6 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

no need of IF NOT EXISTS when creating the database

parent 05e63acc
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ def create_log_db():
hash TEXT,
data BLOB);
CREATE TABLE IF NOT EXISTS rooms_last_message_time(
CREATE TABLE rooms_last_message_time(
jid_id INTEGER PRIMARY KEY UNIQUE,
time 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