schema/mysql.sql: fix typo
This commit is contained in:
parent
b204e7e6a0
commit
7989bc730d
|
@ -927,7 +927,7 @@ CREATE TABLE imported_row_property (
|
|||
CREATE TABLE sync_rule (
|
||||
id INT(10) UNSIGNED AUTO_INCREMENT 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,
|
||||
purge_existing ENUM('y', 'n') NOT NULL DEFAULT 'n',
|
||||
filter_expression TEXT DEFAULT NULL,
|
||||
|
|
Loading…
Reference in New Issue