aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2025-07-24 13:24:44 +0800
committerGitHub <noreply@github.com>2025-07-23 22:24:44 -0700
commit54fe47fbca4023061a657bd54425c17b8667c5d2 (patch)
tree796d605ac3f23134e7a5127bc414834b02e707d5 /docs/content/doc
parentc72174a43d9548038779003f6cb1b8808d6649aa (diff)
downloadgitea-main.tar.gz
gitea-main.zip
Change some columns from text to longtext and fix column wrong type caused by xorm (#35141)HEADmain
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
Diffstat (limited to 'docs/content/doc')
0 files changed, 0 insertions, 0 deletions