mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 03:35:03 -04:00
Fix: NMA Migration issue
For those that have not migrated yet.
This commit is contained in:
1 parent
c0c9d4363c
commit
a069ce40ad
1 file changed
+1
-1
@@ -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" });
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user