0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-29 18:34:41 +02:00
Wim 62104b4896
Alter hook_task TEXT fields to LONGTEXT ()
Mysql TEXT has a limit of 64KB, change this to LONGTEXT in mysql only so we can have bigger hook payloads.

Postgresql has unlimited TEXT - https://www.postgresql.org/docs/current/datatype-character.html
Sqlite has unlimited TEXT - https://www.sqlitetutorial.net/sqlite-data-types/#:~:text=The%20maximum%20length%20of%20TEXT,SQLite%20supports%20various%20character%20encodings.

Same issue as  but for hook_task

Fixes , , 
2022-06-19 19:47:04 +01:00
..
2022-01-20 18:46:10 +01:00
2022-04-19 12:55:35 -04:00