Open Bug 2052122 Opened 22 hours ago

Migration 5.0 -> Harmony: components.id is not a MEDIUMSERIAL, need to port bug 903895 to Harmony

Categories

(Bugzilla :: Installation & Upgrading, defect)

defect

Tracking

()

People

(Reporter: justdave, Unassigned)

References

(Blocks 1 open bug)

Details

Upgrading from 5.0.x to Harmony generates a lot of DB errors related to foreign keys of things that reference components.id.

It turns out that bug 903895 changed the size of the id field in the components table, and BMO never picked up that patch (and thus never did Harmony). This means Harmony's code is expecting to deal with an INT2/SMALLSERIAL and the database it's trying to upgrade already has a INT3/MEDIUMSERIAL.

So basically, bug 903895 needs to be ported to Harmony.

You need to log in before you can comment on or make changes to this bug.