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
|
@ -32,7 +32,7 @@ require_once 'include/dba.php';
|
|||
*
|
||||
* 1. Create a function "update_4712()" here in the update.php
|
||||
* 2. Apply the needed structural changes in config/dbStructure.php
|
||||
* 3. Set DB_UPDATE_VERSION in boot.php to 4712.
|
||||
* 3. Set DB_UPDATE_VERSION in config/dbstructure.php to 4712.
|
||||
*
|
||||
* If you need to run a script before the database update, name the function "pre_update_4712()"
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue