Fix: remove obsolete doc

This commit is contained in:
Regis Houssin 2012-02-24 07:06:36 +01:00
parent a68ac56e5b
commit a339fd0f0a
2 changed files with 4 additions and 13 deletions

View File

@ -1,6 +1,6 @@
-- ========================================================================
-- Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr>
-- Copyright (C) 2005-2012 Regis Houssin <regis@dolibarr.fr>
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
@ -51,11 +51,3 @@ create table llx_mailing
joined_file3 varchar(255),
joined_file4 varchar(255)
)ENGINE=innodb;
--
-- List of codes for the field entity
--
-- 1 : first company mailing
-- 2 : second company mailing
-- 3 : etc...
--

View File

@ -1,7 +1,7 @@
-- ========================================================================
-- Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
-- Copyright (C) 2011 Regis Houssin <regis@dolibarr.fr>
-- Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2009-2012 Laurent Destailleur <eldy@users.sourceforge.net>
-- Copyright (C) 2011-2012 Regis Houssin <regis@dolibarr.fr>
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
@ -36,4 +36,3 @@ create table llx_mailing_cibles
date_envoi datetime
)ENGINE=innodb;