From 8692f6a033ac5b25722da9597ea1f85b2ed1d384 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Aug 2008 19:52:02 +0000 Subject: [PATCH] Fix: Table was not in innodb format --- mysql/tables/llx_surveys_answers_summary.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_surveys_answers_summary.sql b/mysql/tables/llx_surveys_answers_summary.sql index 58c93dffad2..98b9f20f406 100644 --- a/mysql/tables/llx_surveys_answers_summary.sql +++ b/mysql/tables/llx_surveys_answers_summary.sql @@ -28,4 +28,4 @@ CREATE TABLE llx_surveys_answers_summary ( tot_rep2 decimal(10,0) default NULL, tot_rep3 decimal(10,0) default NULL, tot_rep4 decimal(10,0) default NULL -) \ No newline at end of file +)type=innodb; \ No newline at end of file