summaryrefslogtreecommitdiffstats
path: root/schema/mysql-legacy-changes/upgrade_36.sql
blob: 8905f1091ee1722945f682c051ae466852e16355 (plain)
1
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;