]> git.mjollnir.org Git - moodle.git/commit
Now, the UTF8 migration doesn't rely one indexes specified in the .xml files. Instead,
authorstronk7 <stronk7>
Sun, 3 Sep 2006 19:18:00 +0000 (19:18 +0000)
committerstronk7 <stronk7>
Sun, 3 Sep 2006 19:18:00 +0000 (19:18 +0000)
commit763989c0d64159bdad0fe7406c69221fec13b533
treee73ab989e40dc3c24e4a9a6af90ec3832cd88642
parent15ad37459ad5947a5503c3e4cbda8f405f00a7ec
Now, the UTF8 migration doesn't rely one indexes specified in the .xml files. Instead,
for each table, it fetches all the existing indexes from db, drop them all and, after
utf-8 conversion, rebuilds them.

With this, all the indexes will be exactly the same than the original present in DB, no matter
of their names nor anything else.

So, starting now, to provide a sucessful UTF8 migration we only have to keep updated the
fields .xml info. Bye, bye indexes info.
admin/utfdbmigrate.php