This commit is contained in:
tidusjar 2016-06-22 09:33:20 +01:00
parent ffc0ec34c4
commit 7b57e3fffc
6 changed files with 433 additions and 429 deletions

View file

@ -57,10 +57,6 @@ namespace PlexRequests.Core
var version = CheckSchema();
if (version > 0)
{
if (version > 1700 && version <= 1799)
{
MigrateToVersion1700();
}
if (version > 1799 && version <= 1800)
{
MigrateToVersion1800();