mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
Nzb Url column added.
This commit is contained in:
15
NzbDrone.Core/Datastore/Migrations/Migration20120414.cs
Normal file
15
NzbDrone.Core/Datastore/Migrations/Migration20120414.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Data;
|
||||
using Migrator.Framework;
|
||||
|
||||
namespace NzbDrone.Core.Datastore.Migrations
|
||||
{
|
||||
|
||||
[Migration(20120414)]
|
||||
public class Migration20120414 : NzbDroneMigration
|
||||
{
|
||||
protected override void MainDbUpgrade()
|
||||
{
|
||||
Database.AddColumn("History", "Url", DbType.String, ColumnProperty.Null);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user