mirror of https://github.com/Icinga/icinga2.git
Revert "DB IDO: Drop invalid schema changes from 1.x IDOUtils in #6060"
This reverts commit dd0a2ab590
.
This commit is contained in:
parent
8a2afae83b
commit
2626ee0256
|
@ -12,13 +12,6 @@ ALTER TABLE `icinga_programstatus` ADD COLUMN `program_version` varchar(64) char
|
|||
ALTER TABLE icinga_contacts MODIFY alias TEXT character set latin1 default '';
|
||||
ALTER TABLE icinga_hosts MODIFY alias TEXT character set latin1 default '';
|
||||
|
||||
ALTER TABLE icinga_hostgroups DROP COLUMN action_url;
|
||||
ALTER TABLE icinga_hostgroups DROP COLUMN notes_url;
|
||||
ALTER TABLE icinga_hostgroups DROP COLUMN notes;
|
||||
ALTER TABLE icinga_servicegroups DROP COLUMN action_url;
|
||||
ALTER TABLE icinga_servicegroups DROP COLUMN notes_url;
|
||||
ALTER TABLE icinga_servicegroups DROP COLUMN notes;
|
||||
|
||||
-- -----------------------------------------
|
||||
-- update dbversion
|
||||
-- -----------------------------------------
|
||||
|
|
|
@ -9,13 +9,6 @@
|
|||
|
||||
ALTER TABLE icinga_programstatus ADD COLUMN program_version TEXT default NULL;
|
||||
|
||||
ALTER TABLE icinga_hostgroups DROP COLUMN action_url;
|
||||
ALTER TABLE icinga_hostgroups DROP COLUMN notes_url;
|
||||
ALTER TABLE icinga_hostgroups DROP COLUMN notes;
|
||||
ALTER TABLE icinga_servicegroups DROP COLUMN action_url;
|
||||
ALTER TABLE icinga_servicegroups DROP COLUMN notes_url;
|
||||
ALTER TABLE icinga_servicegroups DROP COLUMN notes;
|
||||
|
||||
-- -----------------------------------------
|
||||
-- update dbversion
|
||||
-- -----------------------------------------
|
||||
|
|
Loading…
Reference in New Issue