mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +02:00
Remove TODO
comment
This commit is contained in:
parent
a02c36e231
commit
5313dfa345
@ -36,7 +36,6 @@ CREATE TABLE `icingaweb_dashlet` (
|
|||||||
FOREIGN KEY (`dashboard_id`) REFERENCES `icingaweb_dashboard` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
|
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` (
|
CREATE TABLE `icingaweb_module_dashlet` (
|
||||||
`id` binary(20) NOT NULL PRIMARY KEY,
|
`id` binary(20) NOT NULL PRIMARY KEY,
|
||||||
`name` VARCHAR NOT NULL,
|
`name` VARCHAR NOT NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user