[Solved]-Odd IntegrityError on MySQL: #1452

13đź‘Ť

âś…

I’m not exactly sure why it happened, but I did seem to find a solution. I’m using South to manage the DB; it created Messages as InnoDB and AffiliateLead as MyISAM. Changing the AffiliateLead table to InnoDB ended the IntegrityErrors. Hope this helps someone else.

👤kensentor

Leave a comment