Item delivery data must only be stored when there is data
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user