Delete unnecessary tables, collections, columns in the databases (v4)
complete
A
Aurelien Georget
To avoid data losses, we made the choice to create new tables or columns in database, even if you have just rename a content-type (model) or an attribute (field). As a result, the database isn't perfectly clean, it might happens that you have unnecessary tables and columns. We can improve this with a different approach to remove tables and columns
For more information on the discussion see the GitHub Issue.
Derrick Mehaffy
complete
Released in v4.0.0!
(Documentation coming for this soon)
Derrick Mehaffy
in progress