[quote="Ethnar":3jwxi68x]I mean:
Replace
$ret &= DB::DropTable('apps_forum_board');
$ret &= DB::DropTable('apps_forum_thread');
with
$ret &= DB::DropTable('apps_forum_thread');
$ret &= DB::DropTable('apps_forum_board');
i.e. swap those lines with each other. 🙂
Kind regards,
Arek[/quote:3jwxi68x]
Ahh, swap the order of the lines... yeah thanks :-)