Browse Source

Remove unnecessary conflict algorithm specification

Vishnu Mohandas 4 years ago
parent
commit
b42c84cf42
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/db/files_db.dart

+ 0 - 1
lib/db/files_db.dart

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