function thunder_update_8137 in Thunder 8.2
Remove thunder_updater from the update schema.
File
- ./
thunder.install, line 1175 - Install, update and uninstall functions for the thunder installation profile.
Code
function thunder_update_8137() {
\Drupal::keyValue('system.schema')
->delete('thunder_updater');
}