DirectorDeploymentLog: adjust object to fit schema

This commit is contained in:
Thomas Gelf 2015-10-16 18:42:11 +02:00
parent 72c76134f6
commit 0a0015f96a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class DirectorDeploymentLog extends DbObject
protected $defaultProperties = array(
'id' => null,
'config_id' => null,
'config_checksum' => null,
'peer_identity' => null,
'start_time' => null,
'end_time' => null,