Fix table creation typo.

Btw thanks elghinn for idea of this table :)
This commit is contained in:
Jean-Marie Traissard 2008-04-15 02:05:08 +00:00
parent 8f84ff29f5
commit 2c4e901b8f
1 changed files with 1 additions and 0 deletions

View File

@ -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
);
'''
)