Revert "schema/mysql/upgrade_104: drop invalid data..."

This reverts commit 402f0ed4b4.
This commit is contained in:
Thomas Gelf 2017-01-19 11:53:48 +01:00
parent 17292e7680
commit 91c82a0e5e
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 VARCHAR(255) NOT NULL COMMENT 'monday, ...',
ADD COLUMN range_value VARCHAR(255) NOT NULL COMMENT '00:00-24:00, ...';