sourcebroker / imageopt

TYPO3 extension imageopt. Optimize images resized by TYPO3 so they will take less space, page will be downloaded faster and Google PageSpeed Insights score will get higher.
Other
31 stars 8 forks source link

Fix the sql statements of path and provider_results #1

Closed xMarkusx closed 7 years ago

xMarkusx commented 7 years ago

The database analyzer detects fields with defenition "text DEAFULT ''" as schema changes even after executing the database analyzer update query. "text NOT NULL" matches the TYPO3 standard and the database analyzer shows no updates anymore.

kszymukowicz commented 7 years ago

Tnx Markus!