Fix: Table was not in innodb format

This commit is contained in:
Laurent Destailleur 2008-08-19 19:58:34 +00:00
parent 8692f6a033
commit 20ae5af966

View File

@ -339,3 +339,5 @@ alter table llx_element_element modify targettype varchar(16) NOT NULL;
update llx_societe set fk_typent = 0 where fk_typent is null;
ALTER TABLE llx_surveys_answers_summary TYPE=INNODB;