Skip to content
Snippets Groups Projects
Commit 410aee7b authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix typo in DB migration

parent ba54c304
No related branches found
No related tags found
No related merge requests found
......@@ -909,7 +909,7 @@ class OptionsParser:
oldest_mam_timestamp TEXT,
last_muc_timestamp TEXT
);
ALTER TABLE logs ADD COLUMN 'account_jid' INTEGER;
ALTER TABLE logs ADD COLUMN 'account_id' INTEGER;
'''
)
app.config.set('version', '0.16.11.2')
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