forked from Wavyzz/dolibarr
New datastructure for webhok_target (#31363)
Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
This commit is contained in:
committed by
GitHub
parent
6abb94ffd8
commit
9bece8c380
@@ -32,5 +32,6 @@ CREATE TABLE llx_webhook_target(
|
||||
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 send manually
|
||||
-- END MODULEBUILDER FIELDS
|
||||
) ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user