Ajout des tables manquantes dans le script de conversion en innodb.

This commit is contained in:
Laurent Destailleur 2004-01-31 01:09:11 +00:00
parent 6166fcd20c
commit 39dfa2094a

View File

@ -174,4 +174,23 @@ alter table llx_voyage type=INNODB;
alter table llx_voyage_reduc type=INNODB;
alter table llx_bank_url type=INNODB;
alter table llx_birthday_alert type=INNODB;
alter table llx_c_actioncomm type=INNODB;
alter table llx_co_fa type=INNODB;
alter table llx_entrepot type=INNODB;
alter table llx_facture_rec type=INNODB;
alter table llx_facturedet_rec type=INNODB;
alter table llx_product_fournisseur type=INNODB;
alter table llx_product_stock type=INNODB;
alter table llx_stock_mouvement type=INNODB;