forked from Wavyzz/dolibarr
Fix webhook_history database (#33889)
* Fix webhook_history database * add error meesage
This commit is contained in:
committed by
GitHub
parent
7a73b0f771
commit
de99ce3647
@@ -18,9 +18,11 @@ CREATE TABLE llx_webhook_history(
|
||||
-- BEGIN MODULEBUILDER FIELDS
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
|
||||
--ref varchar(128) NOT NULL,
|
||||
trigger_code varchar(128) NOT NULL,
|
||||
trigger_data text NOT NULL,
|
||||
fk_target integer NOT NULL,
|
||||
url integer NOT NULL,
|
||||
error_messsage text,
|
||||
--note_public text,
|
||||
note_private text,
|
||||
date_creation datetime NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user