Skip to content

Commit

Permalink
change length of some repository's columns (go-gitea#7652)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Jul 29, 2019
1 parent d789170 commit 0f6bf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f6bf88

Please sign in to comment.