We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
status
deleted
ForgetImageById
SoftDeleteImageById
purge
PurgeImageById
The text was updated successfully, but these errors were encountered:
Image
jopemachine
No branches or pull requests
Motivation
status
todeleted
) and hard delete (physically removing the record).ForgetImageById
might need to be retired or repurposed to align with the new design.Required Features
ForgetImageById
to avoid confusion.SoftDeleteImageById
) that changes thestatus
todeleted
.purge
mutation (e.g.,PurgeImageById
) that permanently removes the image record from the database.Impact
ForgetImageById
must either migrate to the new soft delete logic or callpurge
if they need a permanent removal.Testing Scenarios
status
of the targeted image changes todeleted
.The text was updated successfully, but these errors were encountered: