2
0
forked from Wavyzz/dolibarr

Add type column on webhook target table for determine if the trigger is blocking or not (and in the futur possibly asynchrone)

This commit is contained in:
Kamel Khelifa
2025-03-17 14:52:32 +01:00
parent 17d5ca6566
commit 20a57550d3
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ CREATE TABLE llx_webhook_target (
rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
ref varchar(128) NOT NULL,
label varchar(255),
type integer DEFAULT 0 NOT NULL,
description text,
note_public text,
note_private text,