16 calls to drupal_get_installed_schema_version()

drupal_load_updates in drupal/includes/install.inc
Loads .install files for installed modules to initialize the update system.
drupal_set_installed_schema_version in drupal/includes/install.inc
Update the installed version information for a module.
drupal_uninstall_modules in drupal/includes/install.inc
Uninstalls a given list of disabled modules.
ModuleUnitTest::testDependencyResolution in drupal/modules/simpletest/tests/module.test
Test dependency resolution.
module_enable in drupal/includes/module.inc
Enables or installs a given list of modules.
node_update_7003 in drupal/modules/node/node.install
Remove the node_counter if the statistics module is uninstalled.
system_modules_submit in drupal/modules/system/system.admin.inc
Submit callback; handles modules form submission.
system_modules_uninstall in drupal/modules/system/system.admin.inc
Builds a form of currently disabled modules.
system_requirements in drupal/modules/system/system.install
Implements hook_requirements().
UpdateScriptFunctionalTest::testRequirements in drupal/modules/system/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in drupal/modules/system/system.test
Tests update.php after performing a successful update.
update_already_performed in drupal/includes/update.inc
Determines if a module update has already been performed.
update_fix_d7_install_profile in drupal/includes/update.inc
Register the currently installed profile in the system table.
update_fix_d7_requirements in drupal/includes/update.inc
Perform Drupal 6.x to 7.x updates that are required for update.php to function properly.
update_get_update_list in drupal/includes/update.inc
Returns a list of all the pending database updates.
update_prepare_d7_bootstrap in drupal/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 6 database.