Created
October 20, 2020 21:29
-
-
Save bfodeke/270d15b206c420b22b83268255c2e2ba to your computer and use it in GitHub Desktop.
Drupal 8: Uninstall module that has already been removed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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