mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
mysql.sql: remove duplicate TODOs, move others...
...also to top
This commit is contained in:
parent
ff6ed55c4b
commit
b74e1dc1c0
@ -5,6 +5,11 @@
|
|||||||
-- dependencies
|
-- dependencies
|
||||||
-- notifications
|
-- notifications
|
||||||
-- scheduled downtimes
|
-- scheduled downtimes
|
||||||
|
-- icinga_command_allowed_var -> datatype, validator?!
|
||||||
|
-- icinga_validator
|
||||||
|
-- icinga_validator_rule
|
||||||
|
-- service-set
|
||||||
|
|
||||||
|
|
||||||
SET sql_mode = 'STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTION,PIPES_AS_CONCAT,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER';
|
SET sql_mode = 'STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTION,PIPES_AS_CONCAT,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER';
|
||||||
|
|
||||||
@ -209,10 +214,6 @@ CREATE TABLE icinga_command_argument (
|
|||||||
ON UPDATE CASCADE
|
ON UPDATE CASCADE
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
-- TODO: icinga_command_allowed_var -> datatype, validator?!
|
|
||||||
-- icinga_validator
|
|
||||||
-- icinga_validator_rule
|
|
||||||
|
|
||||||
CREATE TABLE icinga_command_var (
|
CREATE TABLE icinga_command_var (
|
||||||
command_id INT(10) UNSIGNED NOT NULL,
|
command_id INT(10) UNSIGNED NOT NULL,
|
||||||
varname VARCHAR(255) DEFAULT NULL,
|
varname VARCHAR(255) DEFAULT NULL,
|
||||||
@ -416,9 +417,6 @@ CREATE TABLE icinga_host_service (
|
|||||||
ON UPDATE CASCADE
|
ON UPDATE CASCADE
|
||||||
) ENGINE=InnoDB;
|
) ENGINE=InnoDB;
|
||||||
|
|
||||||
|
|
||||||
-- TODO: service-set
|
|
||||||
|
|
||||||
CREATE TABLE icinga_hostgroup (
|
CREATE TABLE icinga_hostgroup (
|
||||||
id INT(10) UNSIGNED AUTO_INCREMENT NOT NULL,
|
id INT(10) UNSIGNED AUTO_INCREMENT NOT NULL,
|
||||||
object_name VARCHAR(255) NOT NULL,
|
object_name VARCHAR(255) NOT NULL,
|
||||||
@ -606,14 +604,7 @@ CREATE TABLE icinga_usergroup_parent (
|
|||||||
ON UPDATE CASCADE
|
ON UPDATE CASCADE
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
-- TODO:
|
-- TODO: unfinished:
|
||||||
-- apply_rules
|
|
||||||
-- features
|
|
||||||
-- implicit ApiListener
|
|
||||||
-- dependencies
|
|
||||||
-- notifications
|
|
||||||
-- scheduled downtimes
|
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE sync_source (
|
CREATE TABLE sync_source (
|
||||||
id INT(10) UNSIGNED AUTO_INCREMENT NOT NULL,
|
id INT(10) UNSIGNED AUTO_INCREMENT NOT NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user