Skip to content

Delete import

Max Callaghan requested to merge delete-import into master

To allow imports to be deleted, we update the many-to-many relationship definitions to what is in the sqlalchemy documentation, and implement cascade deletion for everything that links to an Item with a ForeignKey.

Merge request reports