mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
SyncRule: adjust to fit latest schema changes
This commit is contained in:
parent
e01cfeabef
commit
c92d1caeb4
@ -20,6 +20,9 @@ class SyncRule extends DbObject
|
|||||||
'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