From 09d02dfbfa303aee22d097031eb392134e8b8361 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 4 May 2022 01:04:39 +0200 Subject: [PATCH] Update llx_webhook_target-webhook.sql --- htdocs/install/mysql/tables/llx_webhook_target-webhook.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_webhook_target-webhook.sql b/htdocs/install/mysql/tables/llx_webhook_target-webhook.sql index 6d2cd4a771c..1e0cc0fdbac 100644 --- a/htdocs/install/mysql/tables/llx_webhook_target-webhook.sql +++ b/htdocs/install/mysql/tables/llx_webhook_target-webhook.sql @@ -27,7 +27,7 @@ CREATE TABLE llx_webhook_target( fk_user_creat integer NOT NULL, fk_user_modif integer, import_key varchar(14), - status integer NOT NULL, + status integer DEFAULT 0 NOT NULL, url varchar(255) NOT NULL, trigger_codes text NOT NULL -- END MODULEBUILDER FIELDS