fix: create webhooks table for fresh installation

Resolves https://github.com/go-vikunja/api/issues/104
Resolves vikunja/api#1655
This commit is contained in:
kolaente 2023-12-30 11:58:02 +01:00
parent a5a6aba7c8
commit 09696aec1b
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ func GetTables() []interface{} {
&Favorite{},
&APIToken{},
&TypesenseSync{},
&Webhook{},
}
}