Browse Source

Remove unnecessary conflict algorithm specification

Vishnu Mohandas 4 năm trước cách đây
mục cha
commit
b42c84cf42
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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,
     );
   }