diff --git a/mysql/convert-innodb.sql b/mysql/convert-innodb.sql index 1a9e6ad455c..2b2c306b843 100644 --- a/mysql/convert-innodb.sql +++ b/mysql/convert-innodb.sql @@ -1,5 +1,5 @@ -- --- Copyright (C) 2001-2003 Rodolphe Quiedeville +-- Copyright (C) 2003 Rodolphe Quiedeville -- -- 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 @@ -99,6 +99,8 @@ alter table llx_fa_pr type=INNODB; alter table llx_facture type=INNODB; +alter table llx_facture_tva_sum type=INNODB; + alter table llx_facturedet type=INNODB; alter table llx_facture_fourn type=INNODB;