2
0
forked from Wavyzz/dolibarr

New datastructure for webhok_target (#31363)

Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
This commit is contained in:
Lucas Marcouiller
2024-10-11 15:56:45 +02:00
committed by GitHub
parent 6abb94ffd8
commit 9bece8c380
3 changed files with 10 additions and 1 deletions

View File

@@ -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;