schema/mysql: fix copy & paste error
This commit is contained in:
parent
635befc501
commit
e871c1c534
|
@ -268,7 +268,7 @@ CREATE TABLE icinga_command_inheritance (
|
|||
CREATE TABLE icinga_command_argument (
|
||||
id INT(10) UNSIGNED AUTO_INCREMENT NOT NULL,
|
||||
command_id INT(10) UNSIGNED NOT NULL,
|
||||
argument_name VARCHAR(64) COLLATE utf8_bin DEFAULT NULL COMMENT '-x, --host';
|
||||
argument_name VARCHAR(64) COLLATE utf8_bin DEFAULT NULL COMMENT '-x, --host',
|
||||
argument_value TEXT DEFAULT NULL,
|
||||
argument_format ENUM('string', 'expression', 'json') NULL DEFAULT NULL,
|
||||
key_string VARCHAR(64) DEFAULT NULL COMMENT 'Overrides name',
|
||||
|
|
Loading…
Reference in New Issue