diff --git a/library/Icinga/Test/fixtures.sql b/library/Icinga/Test/fixtures.sql index e643cf3f7..c9720088f 100644 --- a/library/Icinga/Test/fixtures.sql +++ b/library/Icinga/Test/fixtures.sql @@ -36,7 +36,6 @@ CREATE TABLE `icingaweb_dashlet` ( FOREIGN KEY (`dashboard_id`) REFERENCES `icingaweb_dashboard` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ); --- TODO: Remove me once we have decoupled module dashlets (as a daemon job) from the actual dashboards loading action!! CREATE TABLE `icingaweb_module_dashlet` ( `id` binary(20) NOT NULL PRIMARY KEY, `name` VARCHAR NOT NULL,