Skip to content
Snippets Groups Projects
Commit 39dfa209 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

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

parent 6166fcd2
Branches
Tags
No related merge requests found
...@@ -174,4 +174,23 @@ alter table llx_voyage type=INNODB; ...@@ -174,4 +174,23 @@ alter table llx_voyage type=INNODB;
alter table llx_voyage_reduc 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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment