Fix: Syntax error

This commit is contained in:
Regis Houssin 2008-12-18 20:32:27 +00:00
parent 5a131250f7
commit 1efaa445d3

View File

@ -25,6 +25,6 @@ create table llx_adherent_options_label
tms timestamp, tms timestamp,
label varchar(255) NOT NULL, -- label correspondant a l'attribut label varchar(255) NOT NULL, -- label correspondant a l'attribut
type varchar(8), type varchar(8),
size integer DEFAULT 0; size integer DEFAULT 0,
pos integer DEFAULT 0; pos integer DEFAULT 0
)type=innodb; )type=innodb;