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)
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


No differences found