icingaweb2-module-director/schema/mysql-legacy-changes/upgrade_36.sql

2 lines
234 B
MySQL
Raw Normal View History

2015-08-04 19:31:31 +02:00
ALTER TABLE sync_rule MODIFY COLUMN object_type enum('host', 'host_template', 'service', 'service_template', 'command', 'command_template', 'user', 'user_template', 'hostgroup', 'servicegroup', 'usergroup', 'datalistEntry') NOT NULL;