mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-30 00:31:45 -05:00
Fix: NMA Migration issue
For those that have not migrated yet.
This commit is contained in:
@@ -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