wunderio / ddev-drupal

Work in progress of template for DDEV Drupal projects
0 stars 0 forks source link

Create command to create dummy table to allow uninstalling of module #23

Open hkirsman opened 3 months ago

hkirsman commented 3 months ago

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?