You are here

function upgrade_status_update_8301 in Upgrade Status 8.3

Delete old state information so the changed storage format can be used.

File

./upgrade_status.install, line 63
Install, update, and uninstall functions for the Upgrade Status module.

Code

function upgrade_status_update_8301() {
  \Drupal::keyValue('upgrade_status_scan_results')
    ->deleteAll();
}