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';
DELETE from system where type = 'module' AND name = 'old_module1';
DELETE FROM key_value WHERE collection='system.schema' AND name='module_name';