Updated DB_UPDATE_VERSION

request by mrpetovan
This commit is contained in:
Jeroen De Meerleer 2019-07-08 07:45:59 +02:00
parent e33733f297
commit 898fd0353b
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
use Friendica\Database\DBA; use Friendica\Database\DBA;
if (!defined('DB_UPDATE_VERSION')) { if (!defined('DB_UPDATE_VERSION')) {
define('DB_UPDATE_VERSION', 1317); define('DB_UPDATE_VERSION', 1318);
} }
return [ return [

View File

@ -375,7 +375,7 @@ function update_1315()
DBA::delete('item-delivery-data', ['postopts' => '', 'inform' => '', 'queue_count' => 0, 'queue_done' => 0]); 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' => "In a relation"], ['marital' => "Unavailable"]);
DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]); DBA::update('profile', ['marital' => "Single"], ['marital' => "Available"]);