]> git.mjollnir.org Git - moodle.git/commit
MDL-6095 - Question bank tables are created by the quiz module. The really core table...
authortjhunt <tjhunt>
Fri, 15 Aug 2008 07:23:18 +0000 (07:23 +0000)
committertjhunt <tjhunt>
Fri, 15 Aug 2008 07:23:18 +0000 (07:23 +0000)
commit4f089b2155fd7487beb99d20608975315016a5d1
tree451b3755b91435e7242eb5528eb320867e3b4e80
parent8239d2c6c83413411ba72342f853dd81c46393b4
MDL-6095 - Question bank tables are created by the quiz module. The really core tables are now created by lib/db, the datasetdependent tables are not created by the datasetdependent question type, and the question_numerical_units table is now created by the numerical question type. The last two are shared by the calculated question type, but there is no problem with them being created in the order they are now created in. In the past, before the policy that upgrade to 2.0 woudl have to go via 1.9, there would have been bit problems to do with the order of updates, but fortunately that is no longer an issue.
lib/db/install.xml
mod/quiz/db/install.xml
question/type/calculated/db/install.xml
question/type/datasetdependent/db/install.xml [new file with mode: 0644]
question/type/datasetdependent/db/upgrade.php [new file with mode: 0644]
question/type/numerical/db/install.xml