2
0
forked from Wavyzz/dolibarr

Add entity in llx_webhook_target table - #34748

This commit is contained in:
ldestailleur
2025-08-12 04:54:55 +02:00
parent 2427553211
commit a6627d7612
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
CREATE TABLE llx_webhook_target (
-- BEGIN MODULEBUILDER FIELDS
rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
entity integer DEFAULT 1 NOT NULL, -- multi company id
ref varchar(128) NOT NULL,
label varchar(255),
type integer DEFAULT 0 NOT NULL,