Skip to content

Instantly share code, notes, and snippets.

@bfodeke
Created October 20, 2020 21:29
Show Gist options
  • Save bfodeke/270d15b206c420b22b83268255c2e2ba to your computer and use it in GitHub Desktop.
Save bfodeke/270d15b206c420b22b83268255c2e2ba to your computer and use it in GitHub Desktop.
Drupal 8: Uninstall module that has already been removed
// https://www.drupal8.ovh/en/tutoriels/372/remove-uninstall-deleted-module-drupal-registry
drush sql-query "DELETE FROM key_value WHERE collection='system.schema' AND name='module_name';"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment