Home
last modified time | relevance | path

Searched refs:icinga_downtimehistory (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido_pgsql/schema/upgrade/
H A D2.4.0.sql47 ALTER TABLE icinga_downtimehistory ALTER COLUMN entry_time SET DEFAULT '1970-01-01 00:00:00+00';
48 ALTER TABLE icinga_downtimehistory ALTER COLUMN scheduled_start_time SET DEFAULT '1970-01-01 00:00:…
49 ALTER TABLE icinga_downtimehistory ALTER COLUMN scheduled_end_time SET DEFAULT '1970-01-01 00:00:00…
50 ALTER TABLE icinga_downtimehistory ALTER COLUMN actual_start_time SET DEFAULT '1970-01-01 00:00:00+…
51 ALTER TABLE icinga_downtimehistory ALTER COLUMN actual_end_time SET DEFAULT '1970-01-01 00:00:00+00…
52 ALTER TABLE icinga_downtimehistory ALTER COLUMN trigger_time SET DEFAULT '1970-01-01 00:00:00+00';
179 ALTER TABLE icinga_downtimehistory ADD COLUMN name TEXT default NULL;
H A D2.8.0.sql10 ALTER TABLE icinga_downtimehistory DROP CONSTRAINT IF EXISTS UQ_downtimehistory;
19 CREATE INDEX idx_downtimehistory_remove ON icinga_downtimehistory (object_id, entry_time, scheduled…
H A D2.8.1.sql10 ALTER TABLE icinga_downtimehistory DROP CONSTRAINT IF EXISTS UQ_downtimehistory;
H A D2.6.0.sql66 ALTER TABLE icinga_downtimehistory
/dports/net-mgmt/icingaweb2-module-idoreports/icingaweb2-module-idoreports-0.9.0/schema/
H A Dget_sla_ok_percent.sql278 FROM icinga_downtimehistory
290 FROM icinga_downtimehistory
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido_mysql/schema/upgrade/
H A D2.8.0.sql68 CREATE INDEX idx_downtimehistory_remove ON icinga_downtimehistory (object_id, entry_time, scheduled…
H A D2.4.0.sql69 ALTER TABLE icinga_downtimehistory ADD COLUMN name TEXT character set latin1 default NULL;
H A D2.6.0.sql56 ALTER TABLE icinga_downtimehistory
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido_pgsql/schema/
H A Dpgsql.sql426 CREATE TABLE icinga_downtimehistory ( table
1483 ALTER TABLE icinga_downtimehistory ADD COLUMN endpoint_object_id bigint default NULL;
1680 CREATE INDEX sla_idx_dohist ON icinga_downtimehistory (object_id, actual_start_time, actual_end_tim…
1721 CREATE INDEX idx_downtimehistory_remove ON icinga_downtimehistory (object_id, entry_time, scheduled…
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido_mysql/schema/
H A Dmysql.sql390 CREATE TABLE IF NOT EXISTS icinga_downtimehistory ( table
1442 ALTER TABLE icinga_downtimehistory ADD COLUMN endpoint_object_id bigint default NULL;
1617 CREATE INDEX sla_idx_dohist ON icinga_downtimehistory (object_id, actual_start_time, actual_end_tim…
1653 create index idx_downtimehistory_remove on icinga_downtimehistory (object_id, entry_time, scheduled…