mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:10:12 +00:00
Move DB_UPDATE_VERSION from boot.php to config/dbstructure.php
This commit is contained in:
parent
fad99b8619
commit
19ffc0510b
5 changed files with 13 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue