Function __global->database_specific
Definitions
sources/upgrade_db_upgrade.php
- Apply changes specific to a database timestamp version. This should be run after version_specific, install_cns, and upgrade_addons.LEGACY: Generally this code should be migrated to version_specific(), install_cns(), or other relevant areas on the next minor/major release.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether we did something
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Apply changes specific to a database timestamp version. This should be run after version_specific, install_cns, and upgrade_addons.LEGACY: Generally this code should be migrated to version_specific(), install_cns(), or other relevant areas on the next minor/major release.
*
* @return boolean Whether we did something
*/
function database_specific() : bool
* Apply changes specific to a database timestamp version. This should be run after version_specific, install_cns, and upgrade_addons.LEGACY: Generally this code should be migrated to version_specific(), install_cns(), or other relevant areas on the next minor/major release.
*
* @return boolean Whether we did something
*/
function database_specific() : bool
