Fix table creation typo.
Btw thanks elghinn for idea of this table :)
This commit is contained in:
parent
8f84ff29f5
commit
2c4e901b8f
|
@ -90,6 +90,7 @@ def create_log_db():
|
|||
CREATE TABLE IF NOT EXISTS rooms_last_message_time(
|
||||
jid_id INTEGER PRIMARY KEY UNIQUE,
|
||||
time INTEGER
|
||||
);
|
||||
'''
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue