Remove unnecessary conflict algorithm specification

This commit is contained in:
Vishnu Mohandas 2020-11-14 15:58:20 +05:30
parent ee8d1e653c
commit b42c84cf42

View file

@ -365,7 +365,6 @@ class FilesDB {
_getRowForFile(file),
where: '$columnGeneratedID = ?',
whereArgs: [file.generatedID],
conflictAlgorithm: ConflictAlgorithm.replace,
);
}