From 12e7257d80ae6c6bb96894af944cc1bebe387333 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 30 Jan 2004 20:24:49 +0000 Subject: [PATCH] =?UTF-8?q?Les=20tables=20c=5Fxxx=20renomm=E9es=20en=20llx?= =?UTF-8?q?=5Fc=5Fxxx=20n'=E9tait=20pas=20incluses.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/convert-innodb.sql | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/mysql/convert-innodb.sql b/mysql/convert-innodb.sql index 2b2c306b843..5d9a65f3035 100644 --- a/mysql/convert-innodb.sql +++ b/mysql/convert-innodb.sql @@ -1,5 +1,6 @@ -- -- Copyright (C) 2003 Rodolphe Quiedeville +-- Copyright (C) 2004 Laurent Destailleur -- -- 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 @@ -19,21 +20,21 @@ -- $Source$ -- -alter table c_actioncomm type=INNODB; +alter table llx_c_actioncomm type=INNODB; -alter table c_chargesociales type=INNODB; +alter table llx_c_chargesociales type=INNODB; -alter table c_effectif type=INNODB; +alter table llx_c_effectif type=INNODB; -alter table c_paiement type=INNODB; +alter table llx_c_paiement type=INNODB; -alter table c_pays type=INNODB; +alter table llx_c_pays type=INNODB; -alter table c_propalst type=INNODB; +alter table llx_c_propalst type=INNODB; -alter table c_stcomm type=INNODB; +alter table llx_c_stcomm type=INNODB; -alter table c_typent type=INNODB; +alter table llx_c_typent type=INNODB; alter table llx_action_def type=INNODB;