mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Revert "schema/pgsql/upgrade_104.sql: related to last..."
This reverts commit 17292e768061475f21bffad1dd1692ecfb3c7ef6.
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…
x
Reference in New Issue
Block a user