Skip to content

Commit

Permalink
Explicitly assigns types in Faces entity. Issue #780 and #781
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Nov 11, 2024
1 parent 2ce5b27 commit 6fc4ad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Db/Face.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ public function __construct() {
$this->addType('image', 'integer');
$this->addType('person', 'integer');
$this->addType('isGroupable', 'bool');
$this->addType('descriptor', 'json');
$this->addType('creationTime', 'datetime');
}

/**
Expand Down

0 comments on commit 6fc4ad4

Please sign in to comment.