Hi,
generated sql scripts wont run when DROP TABLES is enabled because of foreign key constraints.
Workaround:
SET FOREIGN_KEY_CHECKS=0;
/*blah blah SchmeaBank generated script blah blah */
SET FOREIGN_KEY_CHECKS=1;
Login or
register to post comments
Comments
thanks for pointing out
we're fixing that now!
cheers :)