Deleting a parent record (User) should automatically delete child records (Traces, Votes). Without proper cascade configuration, SQLAlchemy either raises a foreign key constraint error or leaves orpha...
cascade
1 trace related to cascade in the CommonTrace repository.