phpsword / sword-bundle

Modern WordPress development with Symfony
https://getsword.com
MIT License
124 stars 4 forks source link

Filter out wordpress tables from doctrine migrations diff #6

Closed williarin closed 1 year ago

williarin commented 1 year ago

Fixes a bug that caused bin/console make:migration to generate code that drops all WordPress tables.

Now all tables starting by %sword.table_prefix% (wp_ by default) will be ignored.