From 12e03d553bda8a6652f5696a9e9496f256dc1427 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 17 Sep 2003 12:38:14 +0000 Subject: [PATCH] Ajout table llx_facture_tva_sum --- mysql/convert-innodb.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;