mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-18 07:21:30 +01:00
Add more field
This commit is contained in:
@@ -29,6 +29,8 @@ CREATE TABLE llx_webhook_target(
|
|||||||
import_key varchar(14),
|
import_key varchar(14),
|
||||||
status integer DEFAULT 0 NOT NULL,
|
status integer DEFAULT 0 NOT NULL,
|
||||||
url varchar(255) NOT NULL,
|
url varchar(255) NOT NULL,
|
||||||
trigger_codes text 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 NOT NULL -- list of selected trigger that must call the webhook
|
||||||
-- END MODULEBUILDER FIELDS
|
-- END MODULEBUILDER FIELDS
|
||||||
) ENGINE=innodb;
|
) ENGINE=innodb;
|
||||||
|
|||||||
Reference in New Issue
Block a user