Fixed the build.

This commit is contained in:
tidusjar 2016-08-11 09:28:41 +01:00
commit 4522c8bbf6

View file

@ -62,10 +62,6 @@ namespace PlexRequests.Core
var version = CheckSchema();
if (version > 0)
{
if (version > 1799 && version <= 1800)
{
MigrateToVersion1800();
}
if (version > 1899 && version <= 1900)
{
MigrateToVersion1900();