mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Removed DM - Branched if required later.
This commit is contained in:
parent
4c85c8761f
commit
653a0864c3
10 changed files with 1 additions and 291 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue