fix: create webhooks table for fresh installation
Resolves https://github.com/go-vikunja/api/issues/104 Resolves https://kolaente.dev/vikunja/api/issues/1655
This commit is contained in:
parent
a5a6aba7c8
commit
09696aec1b
@ -60,6 +60,7 @@ func GetTables() []interface{} {
|
|||||||
&Favorite{},
|
&Favorite{},
|
||||||
&APIToken{},
|
&APIToken{},
|
||||||
&TypesenseSync{},
|
&TypesenseSync{},
|
||||||
|
&Webhook{},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user