Remove unnecessary conflict algorithm specification
This commit is contained in:
parent
ee8d1e653c
commit
b42c84cf42
1 changed files with 0 additions and 1 deletions
|
@ -365,7 +365,6 @@ class FilesDB {
|
|||
_getRowForFile(file),
|
||||
where: '$columnGeneratedID = ?',
|
||||
whereArgs: [file.generatedID],
|
||||
conflictAlgorithm: ConflictAlgorithm.replace,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue