diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2025-07-24 13:24:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-23 22:24:44 -0700 |
commit | 54fe47fbca4023061a657bd54425c17b8667c5d2 (patch) | |
tree | 796d605ac3f23134e7a5127bc414834b02e707d5 /models/migrations/v1_24 | |
parent | c72174a43d9548038779003f6cb1b8808d6649aa (diff) | |
download | gitea-main.tar.gz gitea-main.zip |
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 'models/migrations/v1_24')
0 files changed, 0 insertions, 0 deletions