1 system.install | system_update_last_removed() |
Implements hook_update_last_removed().
Returns latest required Drupal 7 schema version for upgrade to Backdrop CMS.
File
- core/
modules/ system/ system.install, line 1685 - Install, update and uninstall functions for the system module.
Code
function system_update_last_removed() {
// Drupal 7.28.
return 7078;
}