From 40f3142264aa20103ba2c6375b344e491cff27f5 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 11 Dec 2015 04:55:08 -0500 Subject: #2114 External URL for wiki --- models/repo.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'models') diff --git a/models/repo.go b/models/repo.go index fafc3b9c..b67331d0 100644 --- a/models/repo.go +++ b/models/repo.go @@ -164,6 +164,8 @@ type Repository struct { // Advanced settings EnableWiki bool `xorm:"NOT NULL DEFAULT true"` + EnableExternalWiki bool + ExternalWikiURL string EnableIssues bool `xorm:"NOT NULL DEFAULT true"` EnableExternalTracker bool ExternalTrackerFormat string -- cgit v1.2.3