mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 15:42:29 +01:00
Work on sort of permission per family+module
This commit is contained in:
@@ -50,6 +50,7 @@ UPDATE llx_c_units SET label = 'SurfaceUnitm2' WHERE code IN ('M2');
|
||||
-- For v11
|
||||
|
||||
ALTER TABLE llx_rights_def ADD COLUMN module_position INTEGER NOT NULL DEFAULT 0;
|
||||
ALTER TABLE llx_rights_def ADD COLUMN family_position INTEGER NOT NULL DEFAULT 0;
|
||||
|
||||
ALTER TABLE llx_bom_bom ADD COLUMN duration double(8,4) DEFAULT NULL;
|
||||
ALTER TABLE llx_bom_bomline ADD COLUMN position integer NOT NULL DEFAULT 0;
|
||||
|
||||
@@ -23,6 +23,7 @@ create table llx_rights_def
|
||||
libelle varchar(255),
|
||||
module varchar(64),
|
||||
module_position integer NOT NULL DEFAULT 0,
|
||||
family_position integer NOT NULL DEFAULT 0,
|
||||
entity integer DEFAULT 1 NOT NULL,
|
||||
perms varchar(50),
|
||||
subperms varchar(50),
|
||||
|
||||
Reference in New Issue
Block a user