mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-26848 I left one remaining "xxx" there, grrr
This commit is contained in:
parent
a93bd90b97
commit
34c0b5bd86
@ -217,7 +217,7 @@ function xmldb_quiz_statistics_upgrade($oldversion) {
|
||||
}
|
||||
|
||||
if ($oldversion < 2008112103) {
|
||||
// Removed stupid UNSIGNED from all NUMBER columns in the quiz_question_response_stats table.
|
||||
// Removed UNSIGNED from all NUMBER columns in the quiz_question_response_stats table.
|
||||
$table = new xmldb_table('quiz_question_response_stats');
|
||||
|
||||
// Change of sign for field credit
|
||||
|
Loading…
x
Reference in New Issue
Block a user