Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.5, 1.9.3, 1.9.10, 2.0.1
-
Fix Version/s: STABLE backlog
-
Component/s: Database SQL/XMLDB, Gradebook
-
Labels:
-
Environment:PostgreSQL 8.1.11
-
Database:PostgreSQL
-
Difficulty:Moderate
-
Affected Branches:MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
Description
When upgrading from 1.8.5+ (Build: 20080507) to 1.9.2+ (Build: 20080725), the following schema inconsistencies occur:
1.) The field grade_items_history.decimals exists, when it does not in lib/db/install.xml
2.) The field grade_items_history.display exists, when it does not in lib/db/install.xml
3.) grade_letters.contextid has a default of 0, when lib/db/install.xml has no default
Exactly the same in 1.9.3+ (Build: 20081020)