mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Item delivery data must only be stored when there is data
This commit is contained in:
parent
c5d8d82bd2
commit
3121d967c5
3 changed files with 9 additions and 2 deletions
|
@ -369,3 +369,8 @@ function update_1309()
|
|||
}
|
||||
return Update::SUCCESS;
|
||||
}
|
||||
|
||||
function update_1315()
|
||||
{
|
||||
DBA::delete('item-delivery-data', ['postopts' => '', 'inform' => '', 'queue_count' => 0, 'queue_done' => 0]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue