schema/mysql.sql: fix typo

This commit is contained in:
Thomas Gelf 2015-08-28 17:54:22 +02:00
parent b204e7e6a0
commit 7989bc730d
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ CREATE TABLE imported_row_property (
CREATE TABLE sync_rule ( CREATE TABLE sync_rule (
id INT(10) UNSIGNED AUTO_INCREMENT NOT NULL, id INT(10) UNSIGNED AUTO_INCREMENT NOT NULL,
rule_name VARCHAR(255) NOT NULL, rule_name VARCHAR(255) NOT NULL,
oject_type enum('host', 'host_template', 'service', 'service_template', 'command', 'command_template', 'user', 'user_template', 'hostgroup', 'servicegroup', 'usergroup', 'datalistEntry') NOT NULL, object_type enum('host', 'host_template', 'service', 'service_template', 'command', 'command_template', 'user', 'user_template', 'hostgroup', 'servicegroup', 'usergroup', 'datalistEntry') NOT NULL,
update_policy ENUM('merge', 'override', 'ignore') NOT NULL, update_policy ENUM('merge', 'override', 'ignore') NOT NULL,
purge_existing ENUM('y', 'n') NOT NULL DEFAULT 'n', purge_existing ENUM('y', 'n') NOT NULL DEFAULT 'n',
filter_expression TEXT DEFAULT NULL, filter_expression TEXT DEFAULT NULL,