-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Component/s: Resource
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE, MOODLE_21_STABLE
-
Pull from Repository:
-
Pull Master Branch:w29_
MDL-22584_m22_monsterpaths -
Pull Master Diff URL:
With the possibility of have material many folders deep the filepath can be greater 255 characters. I suggest we need to increase this to 512 characters instead.
alter table mdl_files alter column filepath type char(512);
OR attached diff.