mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 11:08:34 +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,
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user