From 898fd0353b6810b34769addf6e5faed9a823056f Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Mon, 8 Jul 2019 07:45:59 +0200 Subject: [PATCH] Updated DB_UPDATE_VERSION request by mrpetovan --- config/dbstructure.config.php | 2 +- update.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dbstructure.config.php b/config/dbstructure.config.php index 284a6ae8a7..01ea0c5bce 100755 --- a/config/dbstructure.config.php +++ b/config/dbstructure.config.php @@ -34,7 +34,7 @@ use Friendica\Database\DBA; if (!defined('DB_UPDATE_VERSION')) { - define('DB_UPDATE_VERSION', 1317); + define('DB_UPDATE_VERSION', 1318); } return [ diff --git a/update.php b/update.php index 1690e0434e..65589b3729 100644 --- a/update.php +++ b/update.php @@ -375,7 +375,7 @@ function update_1315() DBA::delete('item-delivery-data', ['postopts' => '', 'inform' => '', 'queue_count' => 0, 'queue_done' => 0]); } -function update_1317() +function update_1318() { DBA::update('profile', ['marital' => "In a relation"], ['marital' => "Unavailable"]); DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);