[mob] Rename
This commit is contained in:
parent
29c58d5554
commit
f663bbfc53
1 changed files with 2 additions and 2 deletions
|
@ -334,10 +334,10 @@ class FaceMLDataDB {
|
|||
|
||||
for (final map in faceIDToPersonID.entries) {
|
||||
final faceID = map.key;
|
||||
final personID = map.value;
|
||||
final clusterID = map.value;
|
||||
batch.update(
|
||||
facesTable,
|
||||
{faceClusterId: personID},
|
||||
{faceClusterId: clusterID},
|
||||
where: '$faceIDColumn = ?',
|
||||
whereArgs: [faceID],
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue