mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
SyncRule: adjust to fit latest schema changes
This commit is contained in:
parent
e01cfeabef
commit
c92d1caeb4
@ -14,12 +14,15 @@ class SyncRule extends DbObject
|
|||||||
protected $autoincKeyName = 'id';
|
protected $autoincKeyName = 'id';
|
||||||
|
|
||||||
protected $defaultProperties = array(
|
protected $defaultProperties = array(
|
||||||
'id' => null,
|
'id' => null,
|
||||||
'rule_name' => null,
|
'rule_name' => null,
|
||||||
'object_type' => null,
|
'object_type' => null,
|
||||||
'update_policy' => null,
|
'update_policy' => null,
|
||||||
'purge_existing' => null,
|
'purge_existing' => null,
|
||||||
'filter_expression' => null,
|
'filter_expression' => null,
|
||||||
|
'sync_state' => 'unknown',
|
||||||
|
'last_error_message' => null,
|
||||||
|
'last_attempt' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
private $filter;
|
private $filter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user