}
if ($oldversion < 2013021100.01) {
+ // Make sure there are no bogus nulls in old MySQL tables.
+ $DB->set_field_select('user', 'password', '', "password IS NULL");
// Changing precision of field password on table user to (255).
$table = new xmldb_table('user');