diff --git a/lib/Db/ReportItem.php b/lib/Db/ReportItem.php index d847205..f5031a2 100644 --- a/lib/Db/ReportItem.php +++ b/lib/Db/ReportItem.php @@ -24,11 +24,11 @@ public function __construct() { $this->addType('id', 'integer'); $this->addType('name', 'string'); - $this->addType('name', 'details'); + $this->addType('details', 'string'); $this->addType('projectId', 'integer'); $this->addType('userUid', 'string'); $this->addType('time', 'string'); $this->addType('totalDuration', 'integer'); $this->addType('project', 'string'); } -} \ No newline at end of file +}