mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +01:00
Quick Fix. It should be 24!
This commit is contained in:
parent
26b82be252
commit
e920529bf8
@ -1923,7 +1923,7 @@ function main_upgrade($oldversion=0) {
|
||||
execute_sql("CREATE UNIQUE INDEX {$CFG->prefix}role_sor_uix ON {$CFG->prefix}role (sortorder);", false);
|
||||
}
|
||||
|
||||
if ($oldversion < 2006092510) {
|
||||
if ($oldversion < 2006092410) {
|
||||
/// Convert all the PG unique keys into their corresponding unique indexes
|
||||
/// we don't want such keys inside Moodle 1.7 and above
|
||||
/// Look for all the UNIQUE CONSTRAINSTS existing in DB
|
||||
|
Loading…
x
Reference in New Issue
Block a user