Philipp Hörist pushed to branch master at gajim / gajim

Commits:
410aee7b by Philipp Hörist at 2017-12-17T11:34:54+01:00
Fix typo in DB migration

- - - - -


1 changed file:

- gajim/common/optparser.py


Changes:

=====================================
gajim/common/optparser.py
=====================================
--- a/gajim/common/optparser.py
+++ b/gajim/common/optparser.py
@@ -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')



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/410aee7ba0c51d5bfb4d9f965ac4e87b36684e95

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/410aee7ba0c51d5bfb4d9f965ac4e87b36684e95
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to