1
0
Fork 0
forked from forgejo/forgejo

Create issue_watch table

This commit is contained in:
Andrey Nering 2017-03-19 16:54:12 -03:00
parent 129b0d6a4b
commit a0d0de7233
2 changed files with 21 additions and 0 deletions

View file

@ -117,6 +117,7 @@ func init() {
new(ExternalLoginUser),
new(ProtectedBranch),
new(UserOpenID),
new(IssueWatch),
)
gonicNames := []string{"SSL", "UID"}