mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(migrations): actions add missing webhook columns (#197)
This commit is contained in:
parent
46cffc4453
commit
7311c846bc
1 changed files with 5 additions and 0 deletions
|
@ -150,6 +150,11 @@ CREATE TABLE action
|
||||||
ignore_rules BOOLEAN,
|
ignore_rules BOOLEAN,
|
||||||
limit_upload_speed INT,
|
limit_upload_speed INT,
|
||||||
limit_download_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,
|
client_id INTEGER,
|
||||||
filter_id INTEGER,
|
filter_id INTEGER,
|
||||||
FOREIGN KEY (client_id) REFERENCES client(id),
|
FOREIGN KEY (client_id) REFERENCES client(id),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue