Revert "schema/pgsql/upgrade_104.sql: related to last..."
This reverts commit 17292e7680
.
This commit is contained in:
parent
91c82a0e5e
commit
e4a2e3e9fc
|
@ -1,6 +1,3 @@
|
|||
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…
Reference in New Issue