mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Drop the user_xxx tables after Roles install
This commit is contained in:
parent
47545d4161
commit
83ea392ee1
@ -1088,7 +1088,10 @@ function moodle_install_roles() {
|
||||
|
||||
/// Delete the old user tables when we are done
|
||||
|
||||
/// XXX TODO
|
||||
drop_table(new XMLDBTable('user_students'));
|
||||
drop_table(new XMLDBTable('user_teachers'));
|
||||
drop_table(new XMLDBTable('user_coursecreators'));
|
||||
drop_table(new XMLDBTable('user_admins'));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user