mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Separated migration for LogDB and Application update.
This commit is contained in:
@@ -6,9 +6,9 @@ namespace NzbDrone.Core.Datastore.Migrations
|
||||
{
|
||||
|
||||
[Migration(20111112)]
|
||||
public class Migration2011112 : Migration
|
||||
public class Migration2011112 : NzbDroneMigration
|
||||
{
|
||||
public override void Up()
|
||||
protected override void MainDbUpgrade()
|
||||
{
|
||||
Database.AddTable("NewznabDefinitions", new[]
|
||||
{
|
||||
@@ -19,10 +19,5 @@ namespace NzbDrone.Core.Datastore.Migrations
|
||||
new Column("ApiKey", DbType.String, ColumnProperty.Null)
|
||||
});
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user