2
0
forked from Wavyzz/dolibarr

Prepare database for parameters into boxes

This commit is contained in:
Laurent Destailleur
2013-04-23 14:17:04 +02:00
parent 7dce8d2306
commit 203d4e3ca8
3 changed files with 7 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
-- ===========================================================================
--
-- position : 0=index.php
-- position : 0=Home page index.php
-- box_order : Box sort order
--
@@ -31,6 +31,6 @@ create table llx_boxes
position smallint NOT NULL,
box_order varchar(3) NOT NULL,
fk_user integer default 0 NOT NULL,
maxline integer NULL
maxline integer NULL,
params varchar(255)
)ENGINE=innodb;