Fix: Table was not in innodb format

This commit is contained in:
Laurent Destailleur 2008-08-19 19:52:02 +00:00
parent edc010a682
commit 8692f6a033

View File

@ -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
)
)type=innodb;