mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 18:59:05 +02:00
IcingaCommandArgument: adjust schema column name
This commit is contained in:
parent
757dc104d3
commit
9771e04ee0
@ -9,18 +9,18 @@ class IcingaCommandArgument extends IcingaObject
|
|||||||
protected $table = 'icinga_command_argument';
|
protected $table = 'icinga_command_argument';
|
||||||
|
|
||||||
protected $defaultProperties = array(
|
protected $defaultProperties = array(
|
||||||
'id' => null,
|
'id' => null,
|
||||||
'command_id' => null,
|
'command_id' => null,
|
||||||
'argument_name' => null,
|
'argument_name' => null,
|
||||||
'argument_value' => null,
|
'argument_value' => null,
|
||||||
'key_string' => null,
|
'argument_format' => null,
|
||||||
'description' => null,
|
'key_string' => null,
|
||||||
'skip_key' => null,
|
'description' => null,
|
||||||
'set_if' => null,
|
'skip_key' => null,
|
||||||
'sort_order' => null,
|
'set_if' => null,
|
||||||
'repeat_key' => null,
|
'sort_order' => null,
|
||||||
'value_format' => null,
|
'repeat_key' => null,
|
||||||
'set_if_format' => null,
|
'set_if_format' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
public function onInsert()
|
public function onInsert()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user