1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-24 11:18:36 +00:00
Files
gitea/models/packages
Lunny Xiao 54fe47fbca Change some columns from text to longtext and fix column wrong type caused by xorm (#35141)
This PR upgrade xorm to v1.3.10 which fixed a bug when both `longtext
json` tags in the struct field. The `longtext` will be ignored and
`json` will be considered as `text`.

A migration has been introduced to modify the column directly to
longtext. And another two columns should also be migrated from text to
longtext.

All these changes only affect mysql database because for other databases
Gitea supported, text is the same as longtext.

Fix #27244 
Fix #34764 
Fix #35042
2025-07-23 22:24:44 -07:00
..
2024-12-04 23:09:07 +00:00
2023-02-01 12:30:39 -06:00
2023-05-22 10:57:49 +08:00
2024-10-27 18:48:07 -04:00
2024-01-19 11:37:10 +00:00
2025-04-01 10:14:01 +00:00