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