-
binsu authored
When we try to rename a column which is involved in some foreign key constraint, and add a new foreign key constraint for it, we have to deal with the case that the old foreign index could has been dropped. So while renaming the columns in foreign keys, we should check the indexes and might find the equivalent indexes for the foreign keys. rb: 7544 Reviewed by: Sunny
binsu authoredWhen we try to rename a column which is involved in some foreign key constraint, and add a new foreign key constraint for it, we have to deal with the case that the old foreign index could has been dropped. So while renaming the columns in foreign keys, we should check the indexes and might find the equivalent indexes for the foreign keys. rb: 7544 Reviewed by: Sunny
Loading