🎉 Add webhooks rpc API

This commit is contained in:
Andrey Antukh 2022-11-30 15:38:48 +01:00
parent d8bb62c498
commit 39b9daa3a7
8 changed files with 324 additions and 16 deletions

View file

@ -262,6 +262,9 @@
{:name "0084-add-features-column-to-file-change-table"
:fn (mg/resource "app/migrations/sql/0084-add-features-column-to-file-change-table.sql")}
{:name "0085-add-webhook-table"
:fn (mg/resource "app/migrations/sql/0085-add-webhook-table.sql")}
])