From 0a0015f96adcd98a8dcc49bd6313eba36dd8ec94 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 16 Oct 2015 18:42:11 +0200 Subject: [PATCH] DirectorDeploymentLog: adjust object to fit schema --- library/Director/Objects/DirectorDeploymentLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Director/Objects/DirectorDeploymentLog.php b/library/Director/Objects/DirectorDeploymentLog.php index 82a5abc7..d8845d8d 100644 --- a/library/Director/Objects/DirectorDeploymentLog.php +++ b/library/Director/Objects/DirectorDeploymentLog.php @@ -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,