Fix migration of hashversion
authorMichael Marley <michael@michaelmarley.com>
Tue, 1 Dec 2015 00:33:37 +0000 (19:33 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 2 Jan 2016 17:04:20 +0000 (18:04 +0100)
commitc32396569adc792cf569e017bcd306bb891692ae
tree9559651cd982fc94a46e45d7dca4a295b24a86b8
parentfe84c08b2970296e66dc1aa48c6196da28fddd96
Fix migration of hashversion

Previously, hashversion was not migrated.  This would cause the
value to default to 0, causing login failures for existing users.
src/core/SQL/PostgreSQL/17/migrate_write_quasseluser.sql
src/core/SQL/SQLite/18/migrate_read_quasseluser.sql
src/core/abstractsqlstorage.h
src/core/postgresqlstorage.cpp
src/core/sqlitestorage.cpp