Laurent Destailleur %!s(int64=3) %!d(string=hai) anos
pai
achega
8410ba709a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      htdocs/install/mysql/tables/llx_webhook_target-webhook.sql

+ 1 - 1
htdocs/install/mysql/tables/llx_webhook_target-webhook.sql

@@ -31,6 +31,6 @@ CREATE TABLE llx_webhook_target(
 	url varchar(255) NOT NULL,
 	connection_method varchar(255) NULL,	-- to store the way to authenticate to the webhook
 	connection_data varchar(255) NULL, 		-- to store the data to use to authenticate to the webhook
-	trigger_codes text NOT NULL				-- list of selected trigger that must call the webhook
+	trigger_codes text NULL					-- list of selected trigger that must call the webhook
 	-- END MODULEBUILDER FIELDS
 ) ENGINE=innodb;