capability riskbitmasks and user trustbitmask patch #1 see MDL-6412
This commit is contained in:
@@ -750,6 +750,7 @@ CREATE TABLE prefix_capabilities (
|
||||
captype varchar(50) NOT NULL default '',
|
||||
contextlevel integer NOT NULL default 0,
|
||||
component varchar(100) NOT NULL default ''
|
||||
riskbitmask integer NOT NULL default 0,
|
||||
);
|
||||
CREATE UNIQUE INDEX prefix_capabilities_name_idx ON prefix_capabilities (name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user