mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
capability riskbitmasks and user trustbitmask patch #1 see MDL-6412
This commit is contained in:
parent
2b3447c38a
commit
be4486da83
7 changed files with 34 additions and 9 deletions
|
@ -985,6 +985,7 @@ CREATE TABLE prefix_capabilities (
|
|||
`captype` varchar(50) NOT NULL default '',
|
||||
`contextlevel` int(10) unsigned NOT NULL default '0',
|
||||
`component` varchar(100) NOT NULL default '',
|
||||
`riskbitmask` int(10) unsigned NOT NULL default '0',
|
||||
UNIQUE KEY `name` (`name`),
|
||||
PRIMARY KEY (`id`)
|
||||
) TYPE=MYISAM COMMENT ='this defines all capabilities';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue