summaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-01 11:43:53 -0400
committerUnknwon <u@gogs.io>2015-09-01 11:43:53 -0400
commit398569f6f8c9636a7497a250f02e9c6b0a27ea9a (patch)
treee706abe838eb5311c02cf47e5e5b99a9c221090e /models/models.go
parentdde9ace91b3e492386d4b31996ae970f5c9c10bd (diff)
downloadgitea-398569f6f8c9636a7497a250f02e9c6b0a27ea9a.tar.gz
gitea-398569f6f8c9636a7497a250f02e9c6b0a27ea9a.zip
#1021 Forked repo unavailable after deleting original repo
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go
index 33db2ebac6..55b8e01dec 100644
--- a/models/models.go
+++ b/models/models.go
@@ -78,7 +78,7 @@ func init() {
tables = append(tables,
new(User), new(PublicKey), new(Oauth2), new(AccessToken),
new(Repository), new(DeployKey), new(Collaboration), new(Access),
- new(Watch), new(Star), new(Follow), new(Action),
+ new(Watch), new(Star), new(ForkInfo), new(Follow), new(Action),
new(Issue), new(Comment), new(Attachment), new(IssueUser),
new(Label), new(IssueLabel), new(Milestone),
new(Mirror), new(Release), new(LoginSource), new(Webhook),