diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-19 22:05:44 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-19 22:05:44 +0800 |
commit | 3634d1ee326fd285935c0a5992575583ef6467d4 (patch) | |
tree | 6c3b93148de0cb06e04bb1d18fa9b2c9b93698b3 /models | |
parent | 42b85a969894e7dbd4273d678b478228155905e2 (diff) | |
parent | 8e1f339fd69806af1edafc152fab0009105d4220 (diff) |
Merge branch 'master' of https://github.com/gogits/gogs
Diffstat (limited to 'models')
-rw-r--r-- | models/repo.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/repo.go b/models/repo.go index 38ab3d4a..fce7d7f5 100644 --- a/models/repo.go +++ b/models/repo.go @@ -34,6 +34,7 @@ type Repository struct { LowerName string `xorm:"unique(s) index not null"` Name string `xorm:"index not null"` Description string + Website string Private bool NumWatchs int NumStars int |