[Database version 1520] Reset user.parent-uid to null if it is set to zero

This commit is contained in:
Hypolite Petovan 2023-05-27 18:19:41 -04:00
commit 0a738c8ce3
3 changed files with 10 additions and 2 deletions

View file

@ -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 [