From 7849584fab76c92355e5955930d2f8f0792ed03b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 6 Aug 2003 17:06:06 +0000 Subject: [PATCH] ajout type --- mysql/tables/llx_tva.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mysql/tables/llx_tva.sql b/mysql/tables/llx_tva.sql index 0a1a09f3192..08bfcaf06c0 100644 --- a/mysql/tables/llx_tva.sql +++ b/mysql/tables/llx_tva.sql @@ -1,5 +1,5 @@ -- =================================================================== --- Copyright (C) 2002 Rodolphe Quiedeville +-- Copyright (C) 2002-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 @@ -29,4 +29,5 @@ create table llx_tva amount real NOT NULL default 0, label varchar(255), note text -); +) +type=INNODB; \ No newline at end of file