bright-cloud-studio / iso-productcache-mediumblob
Converts Contao's Isotope tl_iso_productcache.products field from 'blob' to 'mediumblob' to store more information.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: ^8.0
- contao/core-bundle: ^4.13
Requires (Dev)
- contao/manager-plugin: ^2.0
This package is auto-updated.
Last update: 2024-10-11 21:59:08 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.