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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user