You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when module install or uninstall breaks then Drupal can be in state that you can't uninstall module because table doesn't exist while it's trying to delete it. It doesn't happen that often but then it does, then you have to shell into db, create dummy table, then proceed with module uninstallation. Let's add command in ddev to create dummy table?
The text was updated successfully, but these errors were encountered:
Sometimes when module install or uninstall breaks then Drupal can be in state that you can't uninstall module because table doesn't exist while it's trying to delete it. It doesn't happen that often but then it does, then you have to shell into db, create dummy table, then proceed with module uninstallation. Let's add command in ddev to create dummy table?
The text was updated successfully, but these errors were encountered: