Automation Objects: allow to change their ID
This commit is contained in:
parent
affcc54ba3
commit
50dd49c937
|
@ -22,6 +22,8 @@ class DirectorJob extends DbObjectWithSettings implements ExportInterface
|
|||
|
||||
protected $autoincKeyName = 'id';
|
||||
|
||||
protected $protectAutoinc = false;
|
||||
|
||||
protected $defaultProperties = [
|
||||
'id' => null,
|
||||
'job_name' => null,
|
||||
|
|
|
@ -22,6 +22,8 @@ class ImportSource extends DbObjectWithSettings implements ExportInterface
|
|||
|
||||
protected $autoincKeyName = 'id';
|
||||
|
||||
protected $protectAutoinc = false;
|
||||
|
||||
protected $defaultProperties = [
|
||||
'id' => null,
|
||||
'source_name' => null,
|
||||
|
|
|
@ -20,6 +20,8 @@ class SyncRule extends DbObject implements ExportInterface
|
|||
|
||||
protected $autoincKeyName = 'id';
|
||||
|
||||
protected $protectAutoinc = false;
|
||||
|
||||
protected $defaultProperties = [
|
||||
'id' => null,
|
||||
'rule_name' => null,
|
||||
|
|
Loading…
Reference in New Issue