* 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; |