[Database version 1520] Reset user.parent-uid to null if it is set to zero
This commit is contained in:
parent
fc09017dd1
commit
0a738c8ce3
3 changed files with 10 additions and 2 deletions
|
@ -54,8 +54,9 @@
|
|||
|
||||
use Friendica\Database\DBA;
|
||||
|
||||
// This file is required several times during the test in DbaDefinition which justifies this condition
|
||||
if (!defined('DB_UPDATE_VERSION')) {
|
||||
define('DB_UPDATE_VERSION', 1519);
|
||||
define('DB_UPDATE_VERSION', 1520);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue