mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +02:00
IcingaCommandArgument: adjust schema column name
This commit is contained in:
parent
757dc104d3
commit
9771e04ee0
@ -13,13 +13,13 @@ class IcingaCommandArgument extends IcingaObject
|
|||||||
'command_id' => null,
|
'command_id' => null,
|
||||||
'argument_name' => null,
|
'argument_name' => null,
|
||||||
'argument_value' => null,
|
'argument_value' => null,
|
||||||
|
'argument_format' => null,
|
||||||
'key_string' => null,
|
'key_string' => null,
|
||||||
'description' => null,
|
'description' => null,
|
||||||
'skip_key' => null,
|
'skip_key' => null,
|
||||||
'set_if' => null,
|
'set_if' => null,
|
||||||
'sort_order' => null,
|
'sort_order' => null,
|
||||||
'repeat_key' => null,
|
'repeat_key' => null,
|
||||||
'value_format' => null,
|
|
||||||
'set_if_format' => null,
|
'set_if_format' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user