codefog / contao-news_categories

Extend the Contao news module with categories
MIT License
31 stars 25 forks source link

Remove `BooleanFieldsMigration` #266

Closed fritzmg closed 6 months ago

fritzmg commented 6 months ago

Contao 5 already has a BooleanFieldsMigration which will automatically migrate all char(1) fields to boolean (tinyint(1)) whenever applicable, so this can be removed entirely from the extension.

qzminski commented 6 months ago

@aschempp agree?

aschempp commented 6 months ago

I have no idea if they do the same, I didn't add this one 😅

fritzmg commented 6 months ago

I added this one and they do the same (albeit only for specific columns while Contao's migration applies to all DCA fields, regardless of where they come from).

qzminski commented 6 months ago

Thanks, released as 4.0.6 then :)