Skip to content
New issue

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

[batch] Consider renaming tables and columns for better clarity #14408

Open
jigold opened this issue Mar 13, 2024 · 0 comments
Open

[batch] Consider renaming tables and columns for better clarity #14408

jigold opened this issue Mar 13, 2024 · 0 comments

Comments

@jigold
Copy link
Collaborator

jigold commented Mar 13, 2024

What happened?

Consider making the following changes to the names of tables and columns now that job groups are in. This will require a shutdown of Batch during the database migration.

  • job_groups_cancelled.id -> job_groups_cancelled.batch_id
  • job_groups_n_jobs_in_complete_states.id -> job_groups_n_jobs_in_complete_states.batch_id
  • job_group_self_and_ancestors.level -> job_group_self_and_ancestors.distance
  • job_group_self_and_ancestors -> ???? (We couldn't come up with a better name for this table, but we should try again)

Version

0.2.128

Relevant log output

No response

@jigold jigold added needs-triage A brand new issue that needs triaging. batch labels Mar 13, 2024
@daniel-goldstein daniel-goldstein added enhancement and removed needs-triage A brand new issue that needs triaging. labels Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants