blocks upgrade MDL-22693 Forgot to change the precision of the block_instances.pagetypepattern column to 64 chars. Do it now.

You have to drop and re-create the associated index, otherwise this will not work, at least on Postgres.
This commit is contained in:
Tim Hunt 2010-09-13 13:01:34 +00:00
parent 3108fdf0d4
commit 39c763645e
2 changed files with 45 additions and 1 deletions

View file

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2010091200; // YYYYMMDD = date of the last version bump
$version = 2010091302; // YYYYMMDD = date of the last version bump
// XX = daily increments
$release = '2.0 Preview 4+ (Build: 20100913)'; // Human-friendly version name