database module MDL-24470 change 'notification' column ('data' table) default and NOT NULL. Update code for restore operation to support old backup with NULL value into 'notification'.

This commit is contained in:
jerome mouneyrac
2010-10-05 01:56:10 +00:00
parent 00067c196e
commit a3ed90bb6c
4 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2007101514;
$module->version = 2007101515;
$module->requires = 2007101509; // Requires this Moodle version
$module->cron = 60;