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

update unread_messages table for those who already have it

parent 145db1a1
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,9 @@ def assert_unread_msgs_table_exists():
'''
)
con.commit()
#FIXME: remove before release 0.10, it's temporary
cur.executescript('ALTER TABLE unread_messages ADD jid_id;')
con.commit()
gajim.logger.init_vars()
except sqlite.OperationalError, e:
pass
......
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