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
deleted
It seems like the deleted column in the Job table is not used.
Job
reana-db/reana_db/models.py
Line 835 in 7c616d6
Note that job-controller uses a deleted field in its in-memory database, but that value is not persisted to PostgreSQL, for example: https://github.com/reanahub/reana-job-controller/blob/e6742f2911df46dfbef3b7e9104330d58e2b4211/reana_job_controller/rest.py#L245
The text was updated successfully, but these errors were encountered:
We can probably drop this column, so we will need an alembicmigration recipe, too
Sorry, something went wrong.
No branches or pull requests
It seems like the
deleted
column in theJob
table is not used.reana-db/reana_db/models.py
Line 835 in 7c616d6
Note that job-controller uses a
deleted
field in its in-memory database, but that value is not persisted to PostgreSQL, for example: https://github.com/reanahub/reana-job-controller/blob/e6742f2911df46dfbef3b7e9104330d58e2b4211/reana_job_controller/rest.py#L245The text was updated successfully, but these errors were encountered: