Drop a table

Hi,

I've made big changes in a table structure,
and using Manager.UpdateDatabase does not clean old fields.

I need to drop a table, so the next call to updatedatabase will rebuild the entity table correctly.

How can I do that?

Thanks

Hi, you will need to drop the table manually. Aurelius UpdateDatabase does not perform any destructive operation in the database structure.