mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Revert migration changes
This commit is contained in:
parent
c38ad65640
commit
7deff40877
1 changed files with 1 additions and 13 deletions
|
@ -41,9 +41,7 @@ namespace NzbDrone.Core.Datastore.Migration
|
||||||
Official = 0,
|
Official = 0,
|
||||||
Promotion = 1,
|
Promotion = 1,
|
||||||
Bootleg = 2,
|
Bootleg = 2,
|
||||||
Pseudo = 3,
|
Pseudo = 3
|
||||||
Withdrawn = 4,
|
|
||||||
Cancelled = 5
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ProfileUpdater11
|
public class ProfileUpdater11
|
||||||
|
@ -105,16 +103,6 @@ namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
ReleaseStatus = (int)ReleaseStatus12.Pseudo,
|
ReleaseStatus = (int)ReleaseStatus12.Pseudo,
|
||||||
Allowed = false
|
Allowed = false
|
||||||
},
|
|
||||||
new ProfileItem12
|
|
||||||
{
|
|
||||||
ReleaseStatus = (int)ReleaseStatus12.Withdrawn,
|
|
||||||
Allowed = false
|
|
||||||
},
|
|
||||||
new ProfileItem12
|
|
||||||
{
|
|
||||||
ReleaseStatus = (int)ReleaseStatus12.Cancelled,
|
|
||||||
Allowed = false
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue