Remove TODO comment

This commit is contained in:
Yonas Habteab 2022-06-07 16:06:07 +02:00
parent a02c36e231
commit 5313dfa345

View File

@ -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,