Skip to content

Implement Cascade Delete for All Parent-Child Relationships #8

@ajatdarojat45

Description

@ajatdarojat45

This issue tracks the missing cascade delete implementation on the backend.

Currently, when a parent entity (e.g., Project) is deleted, its related child entities (e.g., Models, Simulations, etc.) are not removed. This leads to orphaned data and inconsistencies.

The backend should implement cascade delete so that removing a parent entity also deletes all its associated children automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Ready for pickup

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions