mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-21 04:51:14 +00:00
Unfortunately some keys are too big to fix within the 65535 limit of TEXT on MySQL this causes issues with these large keys. Therefore increase these fields to MEDIUMTEXT. Fix #20894 Signed-off-by: Andrew Thornton <art27@cantab.net>