no need of IF NOT EXISTS when creating the database
This commit is contained in:
parent
796c5084c5
commit
66f712ae17
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue