function tripal_db_update_dependencies

2.x tripal_db.install tripal_db_update_dependencies()

Implementation of hook_update_dependencies().

It specifies a list of other modules whose updates must be run prior to this one. It also ensures the the Tripal API is in scope for site upgrades when tripal_core is disabled.

File

tripal_db/tripal_db.install, line 70
Contains functions related to the installation of this module

Code

function tripal_db_update_dependencies() {

  $dependencies = array();

  return $dependencies;
}