Update llx_webhook_target-webhook.sql

This commit is contained in:
Laurent Destailleur 2022-05-04 01:04:39 +02:00 committed by GitHub
parent 4ea45ac05a
commit 09d02dfbfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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