[mob][photos] Fix faces db conflict
This commit is contained in:
parent
97d8c5f83e
commit
87571159cc
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ const createNotPersonFeedbackTable = '''
|
|||
CREATE TABLE IF NOT EXISTS $notPersonFeedback (
|
||||
$personIdColumn TEXT NOT NULL,
|
||||
$clusterIDColumn INTEGER NOT NULL
|
||||
PRIMARY KEY($personIdColumn, $clusterIDColumn)
|
||||
);
|
||||
''';
|
||||
const dropNotPersonFeedbackTable = 'DROP TABLE IF EXISTS $notPersonFeedback';
|
||||
|
|
Loading…
Add table
Reference in a new issue