Revert migration changes

This commit is contained in:
Tyler Vigario 2024-04-14 18:52:01 -07:00
parent c38ad65640
commit 7deff40877
1 changed files with 1 additions and 13 deletions

View File

@ -41,9 +41,7 @@ namespace NzbDrone.Core.Datastore.Migration
Official = 0,
Promotion = 1,
Bootleg = 2,
Pseudo = 3,
Withdrawn = 4,
Cancelled = 5
Pseudo = 3
}
public class ProfileUpdater11
@ -105,16 +103,6 @@ namespace NzbDrone.Core.Datastore.Migration
{
ReleaseStatus = (int)ReleaseStatus12.Pseudo,
Allowed = false
},
new ProfileItem12
{
ReleaseStatus = (int)ReleaseStatus12.Withdrawn,
Allowed = false
},
new ProfileItem12
{
ReleaseStatus = (int)ReleaseStatus12.Cancelled,
Allowed = false
}
};
}