Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.1, 2.4
-
Fix Version/s: 2.3.2
-
Component/s: Database SQL/XMLDB
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_23_STABLE, MOODLE_24_STABLE
-
Fixed Branches:MOODLE_23_STABLE
-
Pull from Repository:
-
Pull Master Branch:w36_
MDL-35080_m24_weirdtables -
Pull Master Diff URL:
Description
It is not allowed to add custom views or tables that are not defined in install.xml, these foreign tables must not use moodle database table prefix.
Some admins and developers ignore this, we need to educate them and for now skip these tables during upgrade to 2.3.x
In the future standalone db diagnostics scripts should detect this and warn admins.