瀏覽代碼

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

tags/v1.9.0
Lunny Xiao 4 年之前
父節點
當前提交
d827b0bfb7
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      models/repo.go

+ 2
- 2
models/repo.go 查看文件

@@ -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

Loading…
取消
儲存