浏览代码

Remove unnecessary conflict algorithm specification

Vishnu Mohandas 4 年之前
父节点
当前提交
b42c84cf42
共有 1 个文件被更改,包括 0 次插入1 次删除
  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,
     );
   }