From dfdd533230c2a7c45082cdd851f10b62645a8373 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 26 Oct 2006 18:12:42 +0000 Subject: [PATCH] New upgrade.php file added for this module. MDL-7214 --- question/type/calculated/db/upgrade.php | 38 ++++++++++++++++++++++ question/type/essay/db/upgrade.php | 38 ++++++++++++++++++++++ question/type/match/db/upgrade.php | 38 ++++++++++++++++++++++ question/type/multianswer/db/upgrade.php | 38 ++++++++++++++++++++++ question/type/multichoice/db/upgrade.php | 38 ++++++++++++++++++++++ question/type/numerical/db/upgrade.php | 38 ++++++++++++++++++++++ question/type/randomsamatch/db/upgrade.php | 38 ++++++++++++++++++++++ question/type/rqp/db/upgrade.php | 38 ++++++++++++++++++++++ question/type/shortanswer/db/upgrade.php | 38 ++++++++++++++++++++++ question/type/truefalse/db/upgrade.php | 38 ++++++++++++++++++++++ 10 files changed, 380 insertions(+) create mode 100644 question/type/calculated/db/upgrade.php create mode 100644 question/type/essay/db/upgrade.php create mode 100644 question/type/match/db/upgrade.php create mode 100644 question/type/multianswer/db/upgrade.php create mode 100644 question/type/multichoice/db/upgrade.php create mode 100644 question/type/numerical/db/upgrade.php create mode 100644 question/type/randomsamatch/db/upgrade.php create mode 100644 question/type/rqp/db/upgrade.php create mode 100644 question/type/shortanswer/db/upgrade.php create mode 100644 question/type/truefalse/db/upgrade.php diff --git a/question/type/calculated/db/upgrade.php b/question/type/calculated/db/upgrade.php new file mode 100644 index 0000000000..d0bad66952 --- /dev/null +++ b/question/type/calculated/db/upgrade.php @@ -0,0 +1,38 @@ + diff --git a/question/type/essay/db/upgrade.php b/question/type/essay/db/upgrade.php new file mode 100644 index 0000000000..cdc06e6be5 --- /dev/null +++ b/question/type/essay/db/upgrade.php @@ -0,0 +1,38 @@ + diff --git a/question/type/match/db/upgrade.php b/question/type/match/db/upgrade.php new file mode 100644 index 0000000000..39848f064a --- /dev/null +++ b/question/type/match/db/upgrade.php @@ -0,0 +1,38 @@ + diff --git a/question/type/multianswer/db/upgrade.php b/question/type/multianswer/db/upgrade.php new file mode 100644 index 0000000000..b827eff5c2 --- /dev/null +++ b/question/type/multianswer/db/upgrade.php @@ -0,0 +1,38 @@ + diff --git a/question/type/multichoice/db/upgrade.php b/question/type/multichoice/db/upgrade.php new file mode 100644 index 0000000000..020d78976b --- /dev/null +++ b/question/type/multichoice/db/upgrade.php @@ -0,0 +1,38 @@ + diff --git a/question/type/numerical/db/upgrade.php b/question/type/numerical/db/upgrade.php new file mode 100644 index 0000000000..6102a8fccf --- /dev/null +++ b/question/type/numerical/db/upgrade.php @@ -0,0 +1,38 @@ + diff --git a/question/type/randomsamatch/db/upgrade.php b/question/type/randomsamatch/db/upgrade.php new file mode 100644 index 0000000000..a62e7f0328 --- /dev/null +++ b/question/type/randomsamatch/db/upgrade.php @@ -0,0 +1,38 @@ + diff --git a/question/type/rqp/db/upgrade.php b/question/type/rqp/db/upgrade.php new file mode 100644 index 0000000000..394d98222f --- /dev/null +++ b/question/type/rqp/db/upgrade.php @@ -0,0 +1,38 @@ + diff --git a/question/type/shortanswer/db/upgrade.php b/question/type/shortanswer/db/upgrade.php new file mode 100644 index 0000000000..4b6762a75d --- /dev/null +++ b/question/type/shortanswer/db/upgrade.php @@ -0,0 +1,38 @@ + diff --git a/question/type/truefalse/db/upgrade.php b/question/type/truefalse/db/upgrade.php new file mode 100644 index 0000000000..c3705953df --- /dev/null +++ b/question/type/truefalse/db/upgrade.php @@ -0,0 +1,38 @@ + -- 2.39.5