[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/mysql/ -> convert-innodb.sql (source)

   1  --
   2  -- Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
   3  -- Copyright (C) 2004 Laurent Destailleur  <eldy@users.sourceforge.net>
   4  --
   5  -- This program is free software; you can redistribute it and/or modify
   6  -- it under the terms of the GNU General Public License as published by
   7  -- the Free Software Foundation; either version 2 of the License, or
   8  -- (at your option) any later version.
   9  --
  10  -- This program is distributed in the hope that it will be useful,
  11  -- but WITHOUT ANY WARRANTY; without even the implied warranty of
  12  -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13  -- GNU General Public License for more details.
  14  --
  15  -- You should have received a copy of the GNU General Public License
  16  -- along with this program; if not, write to the Free Software
  17  -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  18  --
  19  -- $Id: convert-innodb.sql,v 1.4 2004/01/31 01:09:11 eldy Exp $
  20  -- $Source: /cvsroot/dolibarr/dolibarr/mysql/convert-innodb.sql,v $
  21  --
  22  
  23  alter table llx_c_actioncomm type=INNODB;
  24  
  25  alter table llx_c_chargesociales type=INNODB;
  26  
  27  alter table llx_c_effectif type=INNODB;
  28  
  29  alter table llx_c_paiement  type=INNODB;
  30  
  31  alter table llx_c_pays  type=INNODB;
  32  
  33  alter table llx_c_propalst  type=INNODB;
  34  
  35  alter table llx_c_stcomm type=INNODB;
  36  
  37  alter table llx_c_typent  type=INNODB;
  38  
  39  alter table llx_action_def type=INNODB;
  40  
  41  alter table llx_actioncomm type=INNODB;
  42  
  43  alter table llx_adherent type=INNODB;
  44  
  45  alter table llx_adherent_type type=INNODB;
  46  
  47  alter table llx_adherent_options type=INNODB;
  48  
  49  alter table llx_adherent_options_label type=INNODB;
  50  
  51  alter table llx_album type=INNODB;
  52  
  53  alter table llx_album_to_groupart  type=INNODB;
  54  
  55  alter table llx_appro  type=INNODB;
  56  
  57  alter table llx_auteur type=INNODB;
  58  
  59  alter table llx_bank type=INNODB;
  60  
  61  alter table llx_bank_account type=INNODB;
  62  
  63  alter table llx_bank_categ type=INNODB;
  64  
  65  alter table llx_bank_class type=INNODB;
  66  
  67  alter table llx_bookmark type=INNODB;
  68  
  69  alter table llx_boxes type=INNODB;
  70  
  71  alter table llx_boxes_def type=INNODB;
  72  
  73  alter table llx_chargesociales type=INNODB;
  74  
  75  alter table llx_contrat type=INNODB;
  76  
  77  alter table llx_compta type=INNODB;
  78  
  79  alter table llx_compta_account type=INNODB;
  80  
  81  alter table llx_concert  type=INNODB;
  82  
  83  alter table llx_cond_reglement  type=INNODB;
  84  
  85  alter table llx_const type=INNODB;
  86  
  87  alter table llx_cotisation type=INNODB;
  88  
  89  alter table llx_deplacement type=INNODB;
  90  
  91  alter table llx_domain  type=INNODB;
  92  
  93  alter table llx_don type=INNODB;
  94  
  95  alter table llx_don_projet type=INNODB;
  96  
  97  alter table llx_editeur type=INNODB;
  98  
  99  alter table llx_fa_pr type=INNODB;
 100  
 101  alter table llx_facture type=INNODB;
 102  
 103  alter table llx_facture_tva_sum type=INNODB;
 104  
 105  alter table llx_facturedet type=INNODB;
 106  
 107  alter table llx_facture_fourn type=INNODB;
 108  
 109  alter table llx_facture_fourn_det type=INNODB;
 110  
 111  alter table llx_fichinter type=INNODB;
 112  
 113  alter table llx_groupart type=INNODB;
 114  
 115  alter table llx_lieu_concert  type=INNODB;
 116  
 117  alter table llx_livre type=INNODB;
 118  
 119  alter table llx_livre_to_auteur  type=INNODB;
 120  
 121  alter table llx_newsletter type=INNODB;
 122  
 123  alter table llx_notify  type=INNODB;
 124  
 125  alter table llx_notify_def type=INNODB;
 126  
 127  alter table llx_paiement type=INNODB;
 128  
 129  alter table llx_paiementfourn type=INNODB;
 130  
 131  alter table llx_pointmort type=INNODB;
 132  
 133  alter table llx_product type=INNODB;
 134  
 135  alter table llx_product_price type=INNODB;
 136  
 137  alter table llx_projet type=INNODB;
 138  
 139  alter table llx_propal type=INNODB;
 140  
 141  alter table llx_propal_model_pdf type=INNODB;
 142  
 143  alter table llx_propaldet type=INNODB;
 144  
 145  alter table llx_rights_def type=INNODB;
 146  
 147  alter table llx_service type=INNODB;
 148  
 149  alter table llx_societe type=INNODB;
 150  
 151  alter table llx_socpeople type=INNODB;
 152  
 153  alter table llx_soc_events type=INNODB;
 154  
 155  alter table llx_soc_recontact type=INNODB;
 156  
 157  alter table llx_socstatutlog  type=INNODB;
 158  
 159  alter table llx_sqltables type=INNODB;
 160  
 161  alter table llx_todocomm  type=INNODB;
 162  
 163  alter table llx_transaction_bplc  type=INNODB;
 164  
 165  alter table llx_tva type=INNODB;
 166  
 167  alter table llx_user type=INNODB;
 168  
 169  alter table llx_user_rights type=INNODB;
 170  
 171  alter table llx_ventes type=INNODB;
 172  
 173  alter table llx_voyage type=INNODB;
 174  
 175  alter table llx_voyage_reduc type=INNODB;
 176  
 177  alter table llx_bank_url type=INNODB;
 178  
 179  alter table llx_birthday_alert type=INNODB;
 180  
 181  alter table llx_c_actioncomm type=INNODB;
 182  
 183  alter table llx_co_fa type=INNODB;
 184  
 185  alter table llx_entrepot type=INNODB;
 186  
 187  alter table llx_facture_rec type=INNODB;
 188  
 189  alter table llx_facturedet_rec type=INNODB;
 190  
 191  alter table llx_product_fournisseur type=INNODB;
 192  
 193  alter table llx_product_stock type=INNODB;
 194  
 195  alter table llx_stock_mouvement type=INNODB;
 196  


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics