Fix table creation typo.
Btw thanks elghinn for idea of this table :)
This commit is contained in:
parent
8f84ff29f5
commit
2c4e901b8f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue