mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Fixed the build.
This commit is contained in:
parent
d6c2956ee7
commit
4522c8bbf6
1 changed files with 0 additions and 4 deletions
|
@ -62,10 +62,6 @@ namespace PlexRequests.Core
|
||||||
var version = CheckSchema();
|
var version = CheckSchema();
|
||||||
if (version > 0)
|
if (version > 0)
|
||||||
{
|
{
|
||||||
if (version > 1799 && version <= 1800)
|
|
||||||
{
|
|
||||||
MigrateToVersion1800();
|
|
||||||
}
|
|
||||||
if (version > 1899 && version <= 1900)
|
if (version > 1899 && version <= 1900)
|
||||||
{
|
{
|
||||||
MigrateToVersion1900();
|
MigrateToVersion1900();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue