Removed DM - Branched if required later.

This commit is contained in:
Mark McDowall 2012-08-13 17:05:01 -07:00
commit 653a0864c3
10 changed files with 1 additions and 291 deletions

View file

@ -11,9 +11,6 @@ namespace NzbDrone.Core.Datastore.Migrations
{
protected override void MainDbUpgrade()
{
//This should not run unless for a clean install
EnvironmentProvider.RegisterNewInstall = true;
Database.AddTable("Series", new[]
{
new Column("SeriesId", DbType.Int32, ColumnProperty.PrimaryKey),