2
0
forked from Wavyzz/dolibarr

Fix webhook_history database (#33889)

* Fix webhook_history database

* add error meesage
This commit is contained in:
Lucas Marcouiller
2025-04-18 12:58:04 +02:00
committed by GitHub
parent 7a73b0f771
commit de99ce3647

View File

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