forked from NYANDEV/forgejo
Finish add web hook
This commit is contained in:
parent
cb505b22ec
commit
24f614f6db
8 changed files with 143 additions and 22 deletions
|
@ -34,7 +34,7 @@ var (
|
|||
func init() {
|
||||
tables = append(tables, new(User), new(PublicKey), new(Repository), new(Watch),
|
||||
new(Action), new(Access), new(Issue), new(Comment), new(Oauth2), new(Follow),
|
||||
new(Mirror), new(Release), new(LoginSource))
|
||||
new(Mirror), new(Release), new(LoginSource), new(Webhook))
|
||||
}
|
||||
|
||||
func LoadModelsConfig() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue