I want to delete a bunch of code from my application including several models.
I tried deleting the file that defines the models and then did an Alemic autogenerate but the generated migration file did not appear to remove the corresponding tables.
Any suggestions for how to do deletion in order to clear out no longer used code?
thanks