mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
fix for 6294
This commit is contained in:
parent
791a4cece1
commit
d37bac7e5d
@ -2064,9 +2064,6 @@ function main_upgrade($oldversion=0) {
|
||||
`roleid` int(10) unsigned NOT NULL default '0',
|
||||
`contextid` int(10) unsigned NOT NULL default '0',
|
||||
`text` text NOT NULL default '',
|
||||
KEY `roleid` (`roleid`),
|
||||
KEY `contextid` (`roleid`),
|
||||
UNIQUE KEY `roleid-contextid` (`roleid`, `contextid`),
|
||||
PRIMARY KEY (`id`)
|
||||
)", true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user