mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 21:53:18 +01: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 @@ public class remove_nma : NzbDroneMigrationBase
|
|||
{
|
||||
protected override void MainDbUpgrade()
|
||||
{
|
||||
Execute.Sql("DELETE FROM Notifications WHERE Implementation = 'Notify My Android';");
|
||||
Delete.FromTable("Notifications").Row(new { Implementation = "NotifyMyAndroid" });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue