webp
webp copied to clipboard
Database update error
Hi there, after update from ^3.3 to ^4.1 I'm trying to Analyze Database Structure:
ALTER TABLE "tx_webp_failed" ALTER "configuration_hash" TYPE VARCHAR(32) Current value: configuration_hash VARCHAR(40) DEFAULT NULL
After that I've got an error:
Database update failed Error: SQLSTATE[22001]: String data, right truncated: 7 ERROR: value too long for type character varying(32)
I use PostgreSQL 12.5 and PostgreSQL 13.1