mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-07 01:23:00 +01:00
Merge pull request #31829 from Hystepik/New-status-for-webhook
New status for webhook Target
This commit is contained in:
@@ -31,7 +31,6 @@ CREATE TABLE llx_webhook_target (
|
||||
url varchar(255) NOT NULL,
|
||||
connection_method varchar(255) NULL, -- to store the way to authenticate to the webhook
|
||||
connection_data varchar(255) NULL, -- to store the data to use to authenticate to the webhook
|
||||
trigger_codes text NULL, -- list of selected trigger that must call the webhook
|
||||
trigger_stack text -- json object to store trigger to be sent manually
|
||||
trigger_codes text NULL -- list of selected trigger that must call the webhook
|
||||
-- END MODULEBUILDER FIELDS
|
||||
) ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user