(conn=5535408) Data too long for column 'before' at row 1

Hey team,

I tried to change the permission for one of the groups and its giving this error:
(conn=5535408) Data too long for column 'before' at row 1

I have disabled the cache as well. Still getting same error. Can you please help on this ?

--
Thanks

Hi @outlier
You are using MySQL as the application database and seeing this issue:
https://github.com/metabase/metabase/issues/7006 - upvote by clicking :+1: on the first post

You need to change all column types in the application database:
TEXT => LONGTEXT
BLOB => LONGBLOB