foreign key update package

Permalink
I use db.xml.
In this xml file I have the database with foreign key.
If I want to update the package fails because of foreign key.
I have to manually delete all tables to be able to update the package.
How can I make sure that this is going to work without the tables be removed?

websignaal