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
When an entity with an ecto attribute is updated or deleted, the attached image must be deleted as well. There must be no images stored that are not referenced by any entity.
It should be implemented as a generic changeset function that can be reused by all entities. Pseudo code:
When an entity with an ecto attribute is updated or deleted, the attached image must be deleted as well. There must be no images stored that are not referenced by any entity.
It should be implemented as a generic changeset function that can be reused by all entities. Pseudo code:
Requirements:
See also:
The text was updated successfully, but these errors were encountered: