When you get this error, it means you removed or moved module files without un-installing it first. Luckily, there is an easy fix. There is an entry in the key_value
table that needs to be deleted. You can do this with drush (replace module_name with the name of your module):
bash drush sql-query "DELETE FROM key_value WHERE collection='system.schema' AND name='module_name';"
Be sure to rebuild caches afterwards: bash drush cr
For more details, check out this help page: (https://www.drupal.org/node/2487215).
Need a fresh perspective on a tough project?
Let’s talk about how RDG can help.