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
Image
ready
pulled
deleted
The text was updated successfully, but these errors were encountered:
jopemachine
Successfully merging a pull request may close this issue.
Motivation
ready
,pulled
,deleted
).deleted
instead of immediately removing the record.Required Features
status
column in theImage
table (e.g., enum or string type).ready
) and allow future transitions to states likepulled
,deleted
, etc.Impact
Image
data may need to handle the new status field.Testing Scenarios
Image
records have a defaultstatus
(e.g.,ready
).ready
topulled
and from any status todeleted
.Image
table still function correctly.The text was updated successfully, but these errors were encountered: