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