Files
windmill/backend/migrations/20230126023323_webhook.up.sql
Kai Jellinghaus b9ac60f8bb feat: Add workspace webhook (#1158)
* Add workspace webhook

* Update SQLX

* Add webhook request histogram

* Move workspace webhook retrieval OOP

* Add removal to frontend, cache removed webhooks

* Remove WebhookUtil

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-02-03 19:50:18 +01:00

5 lines
95 B
SQL

-- Add up migration script here
ALTER TABLE
workspace_settings
ADD
COLUMN webhook text;