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
nelsonic opened this issue
Sep 8, 2020
· 2 comments
Labels
chorea tedious but necessary task often paying technical debtT25mTime Estimate 25 MinutestechnicalA technical issue that requires understanding of the code, infrastructure or dependencies
As part of Automatically Creating a New API Key during App creation #97
we are creating a foreign key constraint between API Keys and Apps.
Which means we get the following error when we attempt to Delete an App:
1) test delete app deletes chosen app (AuthWeb.AppControllerTest)
test/auth_web/controllers/app_controller_test.exs:82
** (Ecto.ConstraintError) constraint error when attempting to delete struct:
* apikeys_app_id_fkey (foreign_key_constraint)
If you would like to stop this constraint violation from raising an
exception and instead add it as an error to your changeset, please
call `foreign_key_constraint/3` on your changeset with the constraint
`:name` as an option.
The changeset has not defined any constraint.
Todo
Fix it!
The text was updated successfully, but these errors were encountered:
nelsonic
added
chore
a tedious but necessary task often paying technical debt
T25m
Time Estimate 25 Minutes
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
labels
Sep 8, 2020
chorea tedious but necessary task often paying technical debtT25mTime Estimate 25 MinutestechnicalA technical issue that requires understanding of the code, infrastructure or dependencies
As part of Automatically Creating a New API Key during App creation #97
we are creating a foreign key constraint between API Keys and Apps.
Which means we get the following error when we attempt to Delete an App:
Todo
The text was updated successfully, but these errors were encountered: