View | Details | Raw Unified | Return to bug 20299
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 15545-15551 if( CheckVersion( $DBversion ) ) { Link Here
15545
    }
15545
    }
15546
    $dbh->do(q|SET foreign_key_checks = 1|);
15546
    $dbh->do(q|SET foreign_key_checks = 1|);
15547
15547
15548
    print "Upgrade to $DBversion done (Bug 18336 - Convert DB tables to utf8mb4 💩)\n";
15548
    print "Upgrade to $DBversion done (Bug 18336 - Convert DB tables to utf8mb4 🎁)\n";
15549
    SetVersion($DBversion);
15549
    SetVersion($DBversion);
15550
}
15550
}
15551
15551
15552
- 

Return to bug 20299