Move DB_UPDATE_VERSION from boot.php to config/dbstructure.php

This commit is contained in:
Hypolite Petovan 2018-10-21 01:58:10 -04:00
parent fad99b8619
commit 19ffc0510b
5 changed files with 13 additions and 4 deletions

View file

@ -5,8 +5,8 @@
namespace Friendica\Database;
use Exception;
use Friendica\Core\Hook;
use Friendica\Core\Config;
use Friendica\Core\Hook;
use Friendica\Core\L10n;
use Friendica\Util\DateTimeFormat;
@ -830,6 +830,7 @@ class DBStructure
/**
* Loads the database structure definition from the config/dbstructure.php file.
* On first pass, defines DB_UPDATE_VERSION constant.
*
* @see config/dbstructure.php
* @return array