0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-08-31 09:03:21 +02:00
Wim 62104b4896
Alter hook_task TEXT fields to LONGTEXT (#20038)
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 #16656 but for hook_task

Fixes #10252, #19679, #3561
2022-06-19 19:47:04 +01:00
..
2022-06-04 17:43:25 -04:00
2022-06-04 20:18:50 +01:00
2022-06-04 20:18:50 +01:00
2021-02-20 15:02:39 +01:00
2021-02-11 18:32:25 +01:00
2022-01-20 18:46:10 +01:00
2021-03-24 19:27:22 +01:00
2022-01-20 18:46:10 +01:00
2021-03-24 19:27:22 +01:00
2021-04-08 18:25:57 -04:00
2022-06-04 20:18:50 +01:00
2022-01-20 18:46:10 +01:00
2021-06-23 17:12:38 -04:00
2022-01-20 18:46:10 +01:00
2021-06-23 17:12:38 -04:00
2021-06-25 16:28:55 +02:00
2022-01-20 18:46:10 +01:00
2022-01-20 18:46:10 +01:00
2021-09-08 17:19:30 +02:00
2022-01-20 18:46:10 +01:00
2021-09-29 22:53:12 +02:00
2021-12-20 18:58:38 +01:00
2022-06-04 20:18:50 +01:00
2022-03-30 16:42:47 +08:00