mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Change review content column to type text in db (#9229)
This commit is contained in:
parent
33fc48c8ae
commit
1aa7e27dd0
3 changed files with 39 additions and 1 deletions
|
@ -52,7 +52,7 @@ type Review struct {
|
|||
ReviewerID int64 `xorm:"index"`
|
||||
Issue *Issue `xorm:"-"`
|
||||
IssueID int64 `xorm:"index"`
|
||||
Content string
|
||||
Content string `xorm:"TEXT"`
|
||||
|
||||
CreatedUnix timeutil.TimeStamp `xorm:"INDEX created"`
|
||||
UpdatedUnix timeutil.TimeStamp `xorm:"INDEX updated"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue