webp icon indicating copy to clipboard operation
webp copied to clipboard

Database update error

Open plojewski opened this issue 2 years ago • 0 comments

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

plojewski avatar Jun 03 '22 09:06 plojewski