mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
402f0ed4b4
commit
17292e7680
@ -1,3 +1,6 @@
|
||||
DELETE FROM icinga_timeperiod_range
|
||||
WHERE range_key IS NULL OR range_value IS NULL;
|
||||
|
||||
ALTER TABLE icinga_timeperiod_range
|
||||
ADD COLUMN range_key character varying(255) NOT NULL,
|
||||
ADD COLUMN range_value character varying(255) NOT NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user