mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 11:54:31 +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
|
@ -34,7 +34,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1314);
|
||||
define('DB_UPDATE_VERSION', 1315);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue