mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 08:30:04 +01:00
Merge branch 'MDL-75907-master' of https://github.com/golenkovm/moodle
This commit is contained in:
commit
402066dac3
@ -1632,6 +1632,7 @@ function stats_temp_table_create() {
|
||||
$table->add_index('userid', XMLDB_INDEX_NOTUNIQUE, array('userid'));
|
||||
$table->add_index('courseid', XMLDB_INDEX_NOTUNIQUE, array('courseid'));
|
||||
$table->add_index('roleid', XMLDB_INDEX_NOTUNIQUE, array('roleid'));
|
||||
$table->add_index('useridroleidcourseid', XMLDB_INDEX_NOTUNIQUE, array('userid', 'roleid', 'courseid'));
|
||||
$tables['temp_enroled'] = $table;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user