Skip to content

Use SQLAlchemy cascades for deleting objects

Hugo Kerstens requested to merge 308-sqlalchemy-cascades into master

This MR:

  • specifies cascades in the database schema for deletion of children
  • adds test for the specified cascades
  • updates the code to use cascade deletion

Closes #308 (closed)

Merge request reports