Knowledge Base
Drupal
- Details
- Parent Category: Knowledge base
- Category: Drupal
Using an SQL Query :
Drupal 7
DELETE from system where type = 'module' AND name = 'old_module1';
Drupal 8
DELETE FROM key_value WHERE collection='system.schema' AND name='module_name';