Comment 4 for bug 1332564

Revision history for this message
Atze de Vries (atze-devries) wrote :

mmm after some research i found the issue. My mysql tables are in MyISAM. They need to be in InnoDB to support foreign keys.

This issue can be converted in a suggestion to check if table is in MyISAM and give a nice error.