mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
Fix warnings because of missing field
This commit is contained in:
parent
b731f8a0ad
commit
0da2391c49
4 changed files with 12 additions and 4 deletions
|
@ -56,7 +56,7 @@ 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', 1521);
|
||||
define('DB_UPDATE_VERSION', 1522);
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue