mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
Merge pull request #12814 from nupplaphil/bug/config_multi_serialize
Fix multiple serialized values
This commit is contained in:
commit
33a8d2bc3d
6 changed files with 73 additions and 8 deletions
|
@ -55,7 +55,7 @@
|
|||
use Friendica\Database\DBA;
|
||||
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1515);
|
||||
define('DB_UPDATE_VERSION', 1516);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue