core: Remove redundant updateSchemaVersion() call
authorShane Synan <digitalcircuit36939@gmail.com>
Tue, 29 Jan 2019 05:07:10 +0000 (00:07 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Feb 2019 19:41:34 +0000 (20:41 +0100)
commit63725f7edba44438faaafef013b46a21da0e9164
treee43096e636f3c716213ed2c53cc8e56f7bb5adb8
parentc3263d1f2db00c39c2057b4126f9a1599d7f9570
core: Remove redundant updateSchemaVersion() call

Remove the redundant updateSchemaVersion() call at the end of schema
migrations.  This is already called within the final iteration of the
loop.

Cleans up a leftover from f10304a35af0a7a4f8b812e467e69287d358ce7c
src/core/abstractsqlstorage.cpp