MDL-34600 fix question table to match install.xml

The oldquestiontextformat was used during previous upgrade and is not necessary any more.
Next time we should add these temporary upgrade columns to install.xml files.
This commit is contained in:
Petr Škoda
2012-08-02 09:48:09 +02:00
parent 470d47f512
commit 237f05cfdd
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2012080200.01; // YYYYMMDD = weekly release date of this DEV branch
$version = 2012080200.02; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes