mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-11 03:51:25 +01:00
Fix: le champs box_order a chang
This commit is contained in:
@@ -30,6 +30,6 @@ create table llx_boxes
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
box_id integer NOT NULL,
|
box_id integer NOT NULL,
|
||||||
position smallint 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
|
fk_user integer default 0 NOT NULL
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Reference in New Issue
Block a user