diff --git a/pandora_console/extras/mr/45.sql b/pandora_console/extras/mr/45.sql index 8fa06bedc6..584908f813 100644 --- a/pandora_console/extras/mr/45.sql +++ b/pandora_console/extras/mr/45.sql @@ -1,6 +1,6 @@ START TRANSACTION; -ALTER TABLE `tnotification_sources` ADD COLUMN `subtype_blacklist` TEXT; +ALTER TABLE `tnotification_source` ADD COLUMN `subtype_blacklist` TEXT; COMMIT;