mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
b9ac60f8bb
* 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>
5 lines
95 B
SQL
5 lines
95 B
SQL
-- Add up migration script here
|
|
ALTER TABLE
|
|
workspace_settings
|
|
ADD
|
|
COLUMN webhook text; |