mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
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:
parent
3108fdf0d4
commit
39c763645e
2 changed files with 45 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue