Parts of the 2.6 conversion do not run on oracle

Description

>[Error] Script lines: 377-381 ---------------------- ORA-02267: column type incompatible with referenced column type

>[Error] Script lines: 384-388 ---------------------- ORA-02267: column type incompatible with referenced column type

Here's the sql:

alter table SSQ_ANSWER
add constraint FK390C0DCC6B21AFB4
foreign key (QUESTION_ID)
references SSQ_QUESTION;

alter table SSQ_QUESTION
add constraint FKFE88BA7443AD4C69
foreign key (SITETYPE_ID)
references SSQ_SITETYPE_QUESTIONS;

100% Done
Loading...

is incorporated by

Activity

Show:

Megan May March 5, 2009 at 11:35 AM

Merged into 2.6.x @ 58340.

Zhen Qian February 23, 2009 at 8:57 AM

Fixed in r57912.

  • Zhen

Megan May February 23, 2009 at 7:57 AM

Upping this to a blocker and assigning to John Leasia so UMich can address

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Environment

oracle
Created February 3, 2009 at 10:55 AM
Updated October 27, 2009 at 1:42 PM
Resolved February 23, 2009 at 8:57 AM