[mob][photos] Fix incorrent sqlite operation
This commit is contained in:
parent
16178b6f09
commit
48436694eb
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ extension EntitiesDB on FilesDB {
|
|||
'''
|
||||
INSERT OR ${conflictAlgorithm.name.toUpperCase()}
|
||||
INTO entities (id, type, ownerID, data, updatedAt)
|
||||
VALUES (?, ?, ?, ?, ?)
|
||||
''',
|
||||
parameterSets,
|
||||
);
|
||||
|
@ -39,6 +40,7 @@ extension EntitiesDB on FilesDB {
|
|||
'''
|
||||
INSERT OR ${conflictAlgorithm.name.toUpperCase()}
|
||||
INTO entities (id, type, ownerID, data, updatedAt)
|
||||
VALUES (?, ?, ?, ?, ?)
|
||||
''',
|
||||
parameterSets,
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue