core: Remove redundant updateSchemaVersion() call
authorShane Synan <digitalcircuit36939@gmail.com>
Tue, 29 Jan 2019 07:52:25 +0000 (02:52 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Feb 2019 19:41:19 +0000 (20:41 +0100)
commit25c0f8fb1b69e431cf7b231e2f61eb22dd940b5c
tree61c8a7ad5afe9890f6e980668d68e9bb6541fba1
parent8426fae7e92dfb7608f66be926c68c304b97cb01
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