From 03625394ce6b87a93da7b3c55f32b0d5d858fa0b Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Mon, 4 Jan 2010 18:09:48 +0000 Subject: [PATCH] Adding new table workshop_aggregations This table replaces the recently added workshop_evaluations and will contain all grades aggregations done within a workshop activity. NULL grades mean not aggregated yet. --- mod/workshop/db/install.xml | 19 +++++++++++-------- mod/workshop/version.php | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/mod/workshop/db/install.xml b/mod/workshop/db/install.xml index 8988efef73..790b973733 100644 --- a/mod/workshop/db/install.xml +++ b/mod/workshop/db/install.xml @@ -1,5 +1,5 @@ - @@ -93,7 +93,7 @@ - +
@@ -109,17 +109,20 @@
- +
- - - + + + + + - - + + +
diff --git a/mod/workshop/version.php b/mod/workshop/version.php index 2823b9e11c..7314a35174 100644 --- a/mod/workshop/version.php +++ b/mod/workshop/version.php @@ -28,6 +28,6 @@ defined('MOODLE_INTERNAL') || die(); -$module->version = 2009091900; +$module->version = 2009092800; $module->requires = 2009090400; // Requires this Moodle version $module->cron = 60; -- 2.39.5