mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
replace fetch_projet() and fetch_project() by fetchProject() (#29821)
* fix cti * fix cti * deprecate fetch_projet fetch_project to fetchProject * deprecate fetch_projet fetch_project to fetchProject * deprecate fetch_projet fetch_project to fetchProject * odfHandler->setSegment only throw OdfExceptionSegmentNotFound * odfHandler->setSegment only throw OdfExceptionSegmentNotFound * fix deprecated * fix * fix sql
This commit is contained in:
@@ -32,6 +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 sent manually
|
||||
trigger_stack text -- json object to store trigger to be sent manually
|
||||
-- END MODULEBUILDER FIELDS
|
||||
) ENGINE=innodb;
|
||||
|
||||
Reference in New Issue
Block a user