ERROR: value too long for type character varying(255)
STATEMENT: INSERT INTO mdl_tool_lockstats_locks (resourcekey,gained,host,pid,classname,customdata,latency) VALUES($1,$2,$3,$4,$5,$6,$7) RETURNING id
This is on an odler version but the issue remains. These fields have been renamed but are still 255.
ERROR: value too long for type character varying(255) STATEMENT: INSERT INTO mdl_tool_lockstats_locks (resourcekey,gained,host,pid,classname,customdata,latency) VALUES($1,$2,$3,$4,$5,$6,$7) RETURNING id
This is on an odler version but the issue remains. These fields have been renamed but are still 255.
Please change all 5 columns from 255 to 1024
https://github.com/catalyst/moodle-tool_lockstats/blob/master/db/install.xml#L10-L12
https://github.com/catalyst/moodle-tool_lockstats/blob/master/db/install.xml#L31-L32