We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d789170 commit 0f6bf88Copy full SHA for 0f6bf88
models/repo.go
@@ -134,8 +134,8 @@ type Repository struct {
134
Owner *User `xorm:"-"`
135
LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
136
Name string `xorm:"INDEX NOT NULL"`
137
- Description string
138
- Website string
+ Description string `xorm:"TEXT"`
+ Website string `xorm:"VARCHAR(2048)"`
139
DefaultBranch string
140
141
NumWatches int
0 commit comments