From 542ab7b5913250c6db4d7705047600ffa466962b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 2 Dec 2007 22:03:22 +0000 Subject: [PATCH] Nettoyage script sql pour release --- mysql/tables/llx_categorie.key.sql | 1 + mysql/tables/llx_categorie.sql | 2 -- mysql/tables/llx_categorie_association.key.sql | 1 + mysql/tables/llx_categorie_association.sql | 1 + mysql/tables/llx_categorie_fournisseur.sql | 2 -- mysql/tables/llx_categorie_product.key.sql | 1 + mysql/tables/llx_categorie_product.sql | 1 + mysql/tables/llx_categorie_societe.key.sql | 1 + mysql/tables/llx_categorie_societe.sql | 1 + mysql/tables/llx_co_fa.sql | 1 - mysql/tables/llx_co_pr.sql | 1 - mysql/tables/llx_comfourn_facfourn.sql | 1 - mysql/tables/llx_commande.key.sql | 2 -- mysql/tables/llx_commande.sql | 2 -- mysql/tables/llx_commande_fournisseur.key.sql | 2 -- mysql/tables/llx_commande_fournisseur.sql | 2 -- mysql/tables/llx_commande_fournisseur_dispatch.key.sql | 1 - mysql/tables/llx_commande_fournisseur_dispatch.sql | 1 - mysql/tables/llx_commande_fournisseur_log.sql | 2 -- mysql/tables/llx_commande_fournisseurdet.sql | 1 - mysql/tables/llx_commandedet.key.sql | 1 - mysql/tables/llx_commandedet.sql | 1 - mysql/tables/llx_compta.sql | 4 +--- mysql/tables/llx_compta_account.sql | 1 + mysql/tables/llx_compta_compte_generaux.sql | 2 -- mysql/tables/llx_cond_reglement.sql | 2 -- mysql/tables/llx_const.sql | 3 +-- mysql/tables/llx_contrat.key.sql | 2 -- mysql/tables/llx_contrat.sql | 2 -- mysql/tables/llx_contratdet.key.sql | 2 -- mysql/tables/llx_contratdet.sql | 2 -- mysql/tables/llx_contratdet_log.key.sql | 2 -- mysql/tables/llx_contratdet_log.sql | 2 -- mysql/tables/llx_cotisation.key.sql | 2 -- mysql/tables/llx_cotisation.sql | 1 - 35 files changed, 10 insertions(+), 46 deletions(-) diff --git a/mysql/tables/llx_categorie.key.sql b/mysql/tables/llx_categorie.key.sql index c1fd149571b..08b64f96b1d 100644 --- a/mysql/tables/llx_categorie.key.sql +++ b/mysql/tables/llx_categorie.key.sql @@ -15,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ============================================================================ ALTER TABLE llx_categorie ADD UNIQUE INDEX uk_categorie_ref (label,type); diff --git a/mysql/tables/llx_categorie.sql b/mysql/tables/llx_categorie.sql index d5aa8887161..c17edc2eaf4 100644 --- a/mysql/tables/llx_categorie.sql +++ b/mysql/tables/llx_categorie.sql @@ -18,8 +18,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ create table llx_categorie diff --git a/mysql/tables/llx_categorie_association.key.sql b/mysql/tables/llx_categorie_association.key.sql index aac84cf9d8b..383899dea34 100644 --- a/mysql/tables/llx_categorie_association.key.sql +++ b/mysql/tables/llx_categorie_association.key.sql @@ -17,6 +17,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ============================================================================ diff --git a/mysql/tables/llx_categorie_association.sql b/mysql/tables/llx_categorie_association.sql index 47bb7fde87e..a513299c247 100644 --- a/mysql/tables/llx_categorie_association.sql +++ b/mysql/tables/llx_categorie_association.sql @@ -16,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ============================================================================ create table llx_categorie_association diff --git a/mysql/tables/llx_categorie_fournisseur.sql b/mysql/tables/llx_categorie_fournisseur.sql index cb368398d0c..1f2059f1355 100644 --- a/mysql/tables/llx_categorie_fournisseur.sql +++ b/mysql/tables/llx_categorie_fournisseur.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ create table llx_categorie_fournisseur diff --git a/mysql/tables/llx_categorie_product.key.sql b/mysql/tables/llx_categorie_product.key.sql index 379090770e1..6236e113766 100644 --- a/mysql/tables/llx_categorie_product.key.sql +++ b/mysql/tables/llx_categorie_product.key.sql @@ -17,6 +17,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ============================================================================ ALTER TABLE llx_categorie_product ADD PRIMARY KEY (fk_categorie, fk_product); diff --git a/mysql/tables/llx_categorie_product.sql b/mysql/tables/llx_categorie_product.sql index 6a84e56848a..bfd5f6e66a9 100644 --- a/mysql/tables/llx_categorie_product.sql +++ b/mysql/tables/llx_categorie_product.sql @@ -16,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ============================================================================ create table llx_categorie_product diff --git a/mysql/tables/llx_categorie_societe.key.sql b/mysql/tables/llx_categorie_societe.key.sql index 36f9c3e290d..cabdcce3a80 100644 --- a/mysql/tables/llx_categorie_societe.key.sql +++ b/mysql/tables/llx_categorie_societe.key.sql @@ -15,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ============================================================================ ALTER TABLE llx_categorie_societe ADD PRIMARY KEY (fk_categorie, fk_societe); diff --git a/mysql/tables/llx_categorie_societe.sql b/mysql/tables/llx_categorie_societe.sql index 8848ddd9b98..916226f82d6 100644 --- a/mysql/tables/llx_categorie_societe.sql +++ b/mysql/tables/llx_categorie_societe.sql @@ -15,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ============================================================================ create table llx_categorie_societe diff --git a/mysql/tables/llx_co_fa.sql b/mysql/tables/llx_co_fa.sql index f628d39cd34..79759700b4a 100644 --- a/mysql/tables/llx_co_fa.sql +++ b/mysql/tables/llx_co_fa.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== create table llx_co_fa diff --git a/mysql/tables/llx_co_pr.sql b/mysql/tables/llx_co_pr.sql index 888cce359e1..77cddeff3c6 100644 --- a/mysql/tables/llx_co_pr.sql +++ b/mysql/tables/llx_co_pr.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== create table llx_co_pr diff --git a/mysql/tables/llx_comfourn_facfourn.sql b/mysql/tables/llx_comfourn_facfourn.sql index 44f18c6c846..b09ca8b2ce8 100644 --- a/mysql/tables/llx_comfourn_facfourn.sql +++ b/mysql/tables/llx_comfourn_facfourn.sql @@ -17,7 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== create table llx_comfourn_facfourn diff --git a/mysql/tables/llx_commande.key.sql b/mysql/tables/llx_commande.key.sql index 03e6d1e0142..9a2421a0c43 100644 --- a/mysql/tables/llx_commande.key.sql +++ b/mysql/tables/llx_commande.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ diff --git a/mysql/tables/llx_commande.sql b/mysql/tables/llx_commande.sql index be14c9bba27..04376528df6 100644 --- a/mysql/tables/llx_commande.sql +++ b/mysql/tables/llx_commande.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_commande diff --git a/mysql/tables/llx_commande_fournisseur.key.sql b/mysql/tables/llx_commande_fournisseur.key.sql index f0b35a84ba8..8e77fc083ac 100644 --- a/mysql/tables/llx_commande_fournisseur.key.sql +++ b/mysql/tables/llx_commande_fournisseur.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ diff --git a/mysql/tables/llx_commande_fournisseur.sql b/mysql/tables/llx_commande_fournisseur.sql index e1174ac2437..78caea5285e 100644 --- a/mysql/tables/llx_commande_fournisseur.sql +++ b/mysql/tables/llx_commande_fournisseur.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_commande_fournisseur diff --git a/mysql/tables/llx_commande_fournisseur_dispatch.key.sql b/mysql/tables/llx_commande_fournisseur_dispatch.key.sql index bba86907d1f..cf893f979f7 100644 --- a/mysql/tables/llx_commande_fournisseur_dispatch.key.sql +++ b/mysql/tables/llx_commande_fournisseur_dispatch.key.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== ALTER TABLE llx_commande_fournisseur_dispatch ADD INDEX (fk_commande); \ No newline at end of file diff --git a/mysql/tables/llx_commande_fournisseur_dispatch.sql b/mysql/tables/llx_commande_fournisseur_dispatch.sql index 0c2727d8d39..08412c3d08d 100644 --- a/mysql/tables/llx_commande_fournisseur_dispatch.sql +++ b/mysql/tables/llx_commande_fournisseur_dispatch.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== create table llx_commande_fournisseur_dispatch diff --git a/mysql/tables/llx_commande_fournisseur_log.sql b/mysql/tables/llx_commande_fournisseur_log.sql index cd9514e672d..994158472b5 100644 --- a/mysql/tables/llx_commande_fournisseur_log.sql +++ b/mysql/tables/llx_commande_fournisseur_log.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_commande_fournisseur_log diff --git a/mysql/tables/llx_commande_fournisseurdet.sql b/mysql/tables/llx_commande_fournisseurdet.sql index 2476faa96fc..7a2a9a95823 100644 --- a/mysql/tables/llx_commande_fournisseurdet.sql +++ b/mysql/tables/llx_commande_fournisseurdet.sql @@ -17,7 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== create table llx_commande_fournisseurdet diff --git a/mysql/tables/llx_commandedet.key.sql b/mysql/tables/llx_commandedet.key.sql index 3614e8cbaaf..bcff099f035 100644 --- a/mysql/tables/llx_commandedet.key.sql +++ b/mysql/tables/llx_commandedet.key.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== diff --git a/mysql/tables/llx_commandedet.sql b/mysql/tables/llx_commandedet.sql index 7cc91f2fb26..513871a79a4 100644 --- a/mysql/tables/llx_commandedet.sql +++ b/mysql/tables/llx_commandedet.sql @@ -17,7 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== create table llx_commandedet diff --git a/mysql/tables/llx_compta.sql b/mysql/tables/llx_compta.sql index aa10dff2e81..c9b15918c36 100644 --- a/mysql/tables/llx_compta.sql +++ b/mysql/tables/llx_compta.sql @@ -1,9 +1,6 @@ -- =================================================================== -- Copyright (C) 2000-2002 Rodolphe Quiedeville -- --- $Id$ --- $Source$ --- -- 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 -- the Free Software Foundation; either version 2 of the License, or @@ -18,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- =================================================================== create table llx_compta diff --git a/mysql/tables/llx_compta_account.sql b/mysql/tables/llx_compta_account.sql index 0b5c220da4a..183f0b9678f 100644 --- a/mysql/tables/llx_compta_account.sql +++ b/mysql/tables/llx_compta_account.sql @@ -18,6 +18,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- =================================================================== create table llx_compta_account diff --git a/mysql/tables/llx_compta_compte_generaux.sql b/mysql/tables/llx_compta_compte_generaux.sql index 721106b355f..3f1175ce037 100644 --- a/mysql/tables/llx_compta_compte_generaux.sql +++ b/mysql/tables/llx_compta_compte_generaux.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_compta_compte_generaux diff --git a/mysql/tables/llx_cond_reglement.sql b/mysql/tables/llx_cond_reglement.sql index f23afa66c23..6800c0596d7 100644 --- a/mysql/tables/llx_cond_reglement.sql +++ b/mysql/tables/llx_cond_reglement.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ create table llx_cond_reglement diff --git a/mysql/tables/llx_const.sql b/mysql/tables/llx_const.sql index 2eb0dee7ca0..d1c4867123a 100644 --- a/mysql/tables/llx_const.sql +++ b/mysql/tables/llx_const.sql @@ -17,9 +17,8 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =========================================================================== + -- -- Definitions des constantes utilisés comme parametres de configuration -- diff --git a/mysql/tables/llx_contrat.key.sql b/mysql/tables/llx_contrat.key.sql index 676588c5a14..a355ae22342 100644 --- a/mysql/tables/llx_contrat.key.sql +++ b/mysql/tables/llx_contrat.key.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ diff --git a/mysql/tables/llx_contrat.sql b/mysql/tables/llx_contrat.sql index 26560437d04..ea30f2cd20a 100644 --- a/mysql/tables/llx_contrat.sql +++ b/mysql/tables/llx_contrat.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ create table llx_contrat diff --git a/mysql/tables/llx_contratdet.key.sql b/mysql/tables/llx_contratdet.key.sql index 675a337cb86..d14f61a854b 100644 --- a/mysql/tables/llx_contratdet.key.sql +++ b/mysql/tables/llx_contratdet.key.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ diff --git a/mysql/tables/llx_contratdet.sql b/mysql/tables/llx_contratdet.sql index 5a837c57f66..7fef3df3f1c 100644 --- a/mysql/tables/llx_contratdet.sql +++ b/mysql/tables/llx_contratdet.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ create table llx_contratdet diff --git a/mysql/tables/llx_contratdet_log.key.sql b/mysql/tables/llx_contratdet_log.key.sql index 8aeb30f3177..9c4a5e340ab 100644 --- a/mysql/tables/llx_contratdet_log.key.sql +++ b/mysql/tables/llx_contratdet_log.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ ALTER TABLE llx_contratdet_log ADD INDEX idx_contratdet_log_fk_contratdet (fk_contratdet); diff --git a/mysql/tables/llx_contratdet_log.sql b/mysql/tables/llx_contratdet_log.sql index f6b3e447bc2..4402e558b3b 100644 --- a/mysql/tables/llx_contratdet_log.sql +++ b/mysql/tables/llx_contratdet_log.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ create table llx_contratdet_log diff --git a/mysql/tables/llx_cotisation.key.sql b/mysql/tables/llx_cotisation.key.sql index 20ad24ceb8e..20bb329ff0e 100644 --- a/mysql/tables/llx_cotisation.key.sql +++ b/mysql/tables/llx_cotisation.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ ALTER TABLE llx_cotisation ADD UNIQUE INDEX uk_cotisation (fk_adherent,dateadh); diff --git a/mysql/tables/llx_cotisation.sql b/mysql/tables/llx_cotisation.sql index a1ca0a22ffd..f1ad7c10367 100644 --- a/mysql/tables/llx_cotisation.sql +++ b/mysql/tables/llx_cotisation.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== create table llx_cotisation