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
We added a boolean include_in_qi_db to manage dbbot downloads a while ago. This attribute is no longer relevant.
Current shortcoming
Unnecessary field on user data model.
Proposed enhancement
Remove it
Success criteria
Simple migration
Cancel dbbot jobs (especially those that rely on this column) - if we leave those hanging around they will just fail over and over and the failure could leave files hanging around that will fill up the server.
Context
We added a boolean
include_in_qi_dbto manage dbbot downloads a while ago. This attribute is no longer relevant.Current shortcoming
Unnecessary field on user data model.
Proposed enhancement
Remove it
Success criteria