forked from forgejo/forgejo
Create issue_watch table
This commit is contained in:
parent
129b0d6a4b
commit
a0d0de7233
2 changed files with 21 additions and 0 deletions
|
@ -117,6 +117,7 @@ func init() {
|
|||
new(ExternalLoginUser),
|
||||
new(ProtectedBranch),
|
||||
new(UserOpenID),
|
||||
new(IssueWatch),
|
||||
)
|
||||
|
||||
gonicNames := []string{"SSL", "UID"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue