From 5313dfa34597085fde9bbe4dd2ebd2ffd9e9550b Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Tue, 7 Jun 2022 16:06:07 +0200 Subject: [PATCH] Remove `TODO` comment --- library/Icinga/Test/fixtures.sql | 1 - 1 file changed, 1 deletion(-) 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,