Skip to content

Commit

Permalink
change length of some repository's columns (#7652) (#7655)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored and techknowlogick committed Jul 29, 2019
1 parent d789170 commit d827b0b
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 d827b0b

Please sign in to comment.