You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we delete a task (which belongs to both a benchmark and an assigned para) it will cause a referential integrity error in the database because trial data records belonging to that task will now point to a non-existent task.
EXPECTED
If we delete a task, it will not cause a referential integrity error because trial data is linked to benchmarks rather than tasks (which belong to a benchmark and assigned para).
The text was updated successfully, but these errors were encountered:
ACTUAL
If we delete a task (which belongs to both a benchmark and an assigned para) it will cause a referential integrity error in the database because trial data records belonging to that task will now point to a non-existent task.
EXPECTED
If we delete a task, it will not cause a referential integrity error because trial data is linked to benchmarks rather than tasks (which belong to a benchmark and assigned para).
The text was updated successfully, but these errors were encountered: