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

Add Organization Name Column #3295

Merged
merged 8 commits into from
Aug 1, 2023

Conversation

frankduncan
Copy link
Contributor

Fixes #3290

Adds an organization name column to the submission table. To effect that change, a new unique block needed to be added. I did test that the column will not show up when added to SUBSMISSION_TABLE_EXCLUDED_FIELDS

@frjo frjo added Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature). Status: RTBC Internal Dev use only Type: Patch Mini change, used in release drafter and removed Status: RTBC Internal Dev use only labels Mar 21, 2023
@frjo frjo self-requested a review March 21, 2023 12:28
Copy link
Contributor

@frjo frjo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but have missing migrations and need a rebase to make sure the migrations are up to date.

@frankduncan
Copy link
Contributor Author

I don't think this needs a migration. At least, it works for me without one (and there's none on our original changes). python manage.py makemigrations detected no changes

@frjo
Copy link
Contributor

frjo commented Mar 21, 2023

@frankduncan Hypha CI and my local environment both claims migration is needed. Se failed tests below.

@frankduncan frankduncan force-pushed the enhancement/gh-3290-add-organization-name-column branch from eb49df7 to 27c0251 Compare March 23, 2023 11:16
@frankduncan
Copy link
Contributor Author

Migration added, though interesting that it didn't seem to be required for the feature to work for me. Hopefully the CI will be happy with the changes :)

@frjo frjo force-pushed the enhancement/gh-3290-add-organization-name-column branch from 27c0251 to c9286ae Compare July 26, 2023 07:55
@frjo frjo added the Status: Needs testing Tickets that need testing/qa label Jul 26, 2023
@frjo frjo merged commit 0b90bdc into main Aug 1, 2023
10 checks passed
@frjo frjo deleted the enhancement/gh-3290-add-organization-name-column branch August 11, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Tested - approved for live ✅ Type: Enhancement This is an improvement of an existing thing (not a new thing, which would be a feature). Type: Patch Mini change, used in release drafter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add organization name column to submissions table
4 participants