Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.5, 1.9.3
-
Fix Version/s: None
-
Component/s: Database SQL/XMLDB, Groups
-
Labels:None
-
Environment:PostgreSQL 8.1.11
-
Database:PostgreSQL
-
Affected Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
Description
When upgrading from 1.8.5+ (Build: 20080507) to 1.9.2+ (Build: 20080725), the following schema inconsistencies occur:
1.) groupings_groups.groupid does not have a default set, though lib/db/install.xml has default="0"
2.) groups.courseid has default of 0, though lib/db/install.xml has no default
3.) groups.enrolmentkey has a default of '', though lib/db/install.xml has no default
4.) groups.name is varchar(255), though lib/db/install.xml is varchar(254)
Exactly the same in 1.9.3+ (Build: 20081020)