1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 17:35:49 +00:00

change length of some repository's columns (#7652) (#7655)

This commit is contained in:
Lunny Xiao 2019-07-29 12:15:13 +08:00 committed by techknowlogick
parent d789170e31
commit d827b0bfb7

View File

@ -134,8 +134,8 @@ type Repository struct {
Owner *User `xorm:"-"`
LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
Name string `xorm:"INDEX NOT NULL"`
Description string
Website string
Description string `xorm:"TEXT"`
Website string `xorm:"VARCHAR(2048)"`
DefaultBranch string
NumWatches int