tw: add missing execute to geo

pull/395/head
Varun Patil 2023-02-06 07:38:07 -08:00
parent 24c0956b20
commit 6c9d2d12c5
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ class TimelineWrite
$query->delete('memories_places')
->where($query->expr()->eq('fileid', $query->createNamedParameter($file->getId(), IQueryBuilder::PARAM_INT)))
;
$query->executeStatement();
// Insert records
foreach ($rows as $row) {