fix(migrations): actions add missing webhook columns (#197)

This commit is contained in:
Ludvig Lundgren 2022-03-22 19:33:34 +01:00 committed by GitHub
parent 46cffc4453
commit 7311c846bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,6 +150,11 @@ CREATE TABLE action
ignore_rules BOOLEAN,
limit_upload_speed INT,
limit_download_speed INT,
webhook_host TEXT,
webhook_method TEXT,
webhook_type TEXT,
webhook_data TEXT,
webhook_headers TEXT [] DEFAULT '{}',
client_id INTEGER,
filter_id INTEGER,
FOREIGN KEY (client_id) REFERENCES client(id),