There was an error while loading. Please reload this page.
1 parent 9358c5b commit e2a9768Copy full SHA for e2a9768
1 file changed
lib/Db/FaceDetectionWithTitle.php
@@ -15,8 +15,8 @@
15
final class FaceDetectionWithTitle extends FaceDetection {
16
protected $title;
17
18
- public static $columns = ['id', 'user_id', 'file_id', 'x', 'y', 'height', 'width', 'vector', 'cluster_id', 'title'];
19
- public static $fields = ['id', 'userId', 'fileId', 'x', 'y', 'height', 'width', 'vector', 'clusterId', 'title'];
+ public static $columns = ['id', 'user_id', 'file_id', 'x', 'y', 'height', 'width', 'face_vector', 'cluster_id', 'title'];
+ public static $fields = ['id', 'userId', 'fileId', 'x', 'y', 'height', 'width', 'faceVector', 'clusterId', 'title'];
20
21
public function __construct() {
22
parent::__construct();
0 commit comments