Fix: Mauvais type pour une table

This commit is contained in:
Laurent Destailleur 2006-01-06 16:24:22 +00:00
parent 9b8279dd05
commit d4bacc0487

View File

@ -28,5 +28,5 @@ create table llx_societe_consult
fk_user integer, fk_user integer,
datec timestamp, datec timestamp,
action enum('w','r') action enum('w','r')
)type=MyISAM; )type=innodb;