mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fix: NMA Migration issue
For those that have not migrated yet.
This commit is contained in:
parent
c0c9d4363c
commit
a069ce40ad
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace NzbDrone.Core.Datastore.Migration
|
||||||
{
|
{
|
||||||
protected override void MainDbUpgrade()
|
protected override void MainDbUpgrade()
|
||||||
{
|
{
|
||||||
Execute.Sql("DELETE FROM Notifications WHERE Implementation = 'Notify My Android';");
|
Delete.FromTable("Notifications").Row(new { Implementation = "NotifyMyAndroid" });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue