mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Updated DB_UPDATE_VERSION
request by mrpetovan
This commit is contained in:
parent
e33733f297
commit
898fd0353b
2 changed files with 2 additions and 2 deletions
|
@ -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 [
|
||||||
|
|
|
@ -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"]);
|
||||||
|
|
Loading…
Reference in a new issue