Is there any convenient way to remove obsolete table columns from the database? I am wondering if there are more agreement-based solutions, rather than go into PHPMyADMIN and delete columns manually.
Example When installing SilverStripe-Fluent and adding an additional locale (for example, nz-NZ), the module will split each SiteTree entry to add additional translation columns with the _nz-NZ prefix. Suppose we remove the extra locale (nz-NZ), the columns will remain there after / dev / build.
source share