Fix: le champs box_order a chang

This commit is contained in:
Regis Houssin
2007-08-03 18:49:04 +00:00
parent 015eb7e224
commit 03903fffc7

View File

@@ -30,6 +30,6 @@ create table llx_boxes
rowid integer AUTO_INCREMENT PRIMARY KEY,
box_id integer NOT NULL,
position smallint NOT NULL,
box_order smallint default 0 NOT NULL,
box_order varchar(3) NOT NULL,
fk_user integer default 0 NOT NULL
)type=innodb;