added "join channel" to network context menu in the bufferview (bug 122)
[quassel.git] / src / core / SQL / SQLite / 5 / upgrade_999_update_schemaversion.sql
1 UPDATE coreinfo
2 SET value='5'
3 WHERE key = 'schemaversion'