Fixed
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Savitha Prakash
Savitha PrakashReporter
Seth Theriault
Seth TheriaultConversion Script Required
Yes
Environment
Oracle9i
Created March 15, 2011 at 2:12 PM
Updated March 25, 2011 at 3:47 AM
Resolved March 16, 2011 at 8:05 AM
When comparing a fresh auto-ddl'd 2.8 rc02 database against an upgraded 2.7.1 database, the following index inconsistencies were found:
– IE_ANNC_MSG_ATTRIB
2.8.0 auto.ddl: IE_ANNC_MSG_ATTRIB unique on ANNOUNCEMENT_MESSAGE(DRAFT, PUBVIEW, OWNER)
2.7.1 converted: IE_ANNC_MSG_ATTRIB on ANNOUNCEMENT_MESSAGE (DRAFT, PUBVIEW, OWNER, MESSAGE_ORDER);
I am not sure if this can be handled int he hbm files or via the hbm_indexes script.