wp-cli / db-command

Performs basic database operations using credentials stored in wp-config.php.
MIT License
71 stars 59 forks source link

Make wp db clean get all the tables with prefix #152

Closed marksabbath closed 5 years ago

marksabbath commented 5 years ago

This PR fixes the issue where wp db clean was not dropping tables that use the same database prefix, but weren't in the WordPress schema.

Fixes #150

schlessera commented 5 years ago

Thanks for the PR, @marksabbath !