bright-cloud-studio / iso-productcache-mediumblob
Converts Contao's Isotope tl_iso_productcache.products field from 'blob' to 'mediumblob' to store more information.
Package info
github.com/bright-cloud-studio/iso-productcache-mediumblob
Type:contao-module
pkg:composer/bright-cloud-studio/iso-productcache-mediumblob
Requires
- php: ^8.0
- contao/core-bundle: ^4.13
Requires (Dev)
- contao/manager-plugin: ^2.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-12 02:09:09 UTC
README
Converts Contao's Isotope tl_iso_productcache.products field from 'blob' to 'mediumblob' to store more information.
This package was created to preserve a custom change to the tl_iso_productcache.products field from the default 'blob' to 'mediumblob'. Of course we were able to manually change the field type in phpMyAdmin but any update within Contao Manager will revert it back to 'blob'. This package will keep the change during updates, preventing it from reverting back.