Revert "schema/pgsql/upgrade_104.sql: related to last..."

This reverts commit 17292e7680.
This commit is contained in:
Thomas Gelf 2017-01-19 11:53:57 +01:00
parent 91c82a0e5e
commit e4a2e3e9fc
1 changed files with 0 additions and 3 deletions

View File

@ -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;