2
0
forked from Wavyzz/dolibarr

Update llx_mailing_cibles.sql

This commit is contained in:
Laurent Destailleur
2017-07-13 14:25:42 +02:00
committed by GitHub
parent 816283d1e5
commit 10337b4914

View File

@@ -30,7 +30,7 @@ create table llx_mailing_cibles
other varchar(255) NULL,
tag varchar(128) NULL,
statut smallint NOT NULL DEFAULT 0, -- -1 = error, 0 = not sent, ...
source_url varchar(1000),
source_url varchar(255),
source_id integer,
source_type varchar(16),
date_envoi datetime,