Drop the index only for postgresql, because
mysql cannot simply drop the index without dropping the corresponding foreign key, and we certainly don't want to drop the foreign key here.
Showing
Please register or sign in to comment
mysql cannot simply drop the index without dropping the corresponding foreign key, and we certainly don't want to drop the foreign key here.