forked from Wavyzz/dolibarr
Ajout champ fk_user pour permettre evol future de boites selon le user
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
--
|
||||
-- ===========================================================================
|
||||
--
|
||||
-- position : 0-index.php, 1-left, 2-right
|
||||
--
|
||||
-- position : 0-index.php, 1-left, 2-right
|
||||
-- box_order : Box sort order
|
||||
--
|
||||
|
||||
create table llx_boxes
|
||||
@@ -29,5 +29,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 smallint default 0 NOT NULL,
|
||||
fk_user integer
|
||||
)type=innodb;
|
||||
|
||||
Reference in New Issue
Block a user