Details
Description
There is a block in question/type/datasetdependent/ because it contains install.xml, but is missing version.php ==> those tables are not installed at all in HEAD
hmm, it looks a bit weird because those tables are used in another plugin too, please grep for those table names ![]()
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-16492 | upgrade from 1.9->2.0 fails on question/type/datasetdependent plugin because tables already there |
|
|
|
Sorry, I overlooked this when doing
MDL-6095. On existing installations we need to create the qtype_datasetdependent_version config row before the question types are installed/upgraded, so that xmldb does not try to recreate the already existing tables. Since the quiz used to be responsible for creating there tables, I'll put the upgrade code in the quiz upgrade file.MDL-6095. On existing installations we need to create the qtype_datasetdependent_version config row before the question types are installed/upgraded, so that xmldb does not try to recreate the already existing tables. Since the quiz used to be responsible for creating there tables, I'll put the upgrade code in the quiz upgrade file.