extend webhook per site
This commit is contained in:
10
db/migration/V063__site_discord_webhooks.sql
Normal file
10
db/migration/V063__site_discord_webhooks.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
alter table ems.site
|
||||
add column if not exists discord_webhook_daily_url text,
|
||||
add column if not exists discord_webhook_error_url text;
|
||||
|
||||
comment on column ems.site.discord_webhook_daily_url is
|
||||
'Discord webhook pro běžné denní zprávy (např. ranní ekonomický report). Per-site konfigurace.';
|
||||
|
||||
comment on column ems.site.discord_webhook_error_url is
|
||||
'Discord webhook pro error/critical alerty (mismatch, fatal plan vs actual, clock verify exhausted, apod.). Per-site konfigurace.';
|
||||
|
||||
Reference in New Issue
Block a user