-
Notifications
You must be signed in to change notification settings - Fork 38
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
Conversation
There was a problem hiding this 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.
I don't think this needs a migration. At least, it works for me without one (and there's none on our original changes). |
@frankduncan Hypha CI and my local environment both claims migration is needed. Se failed tests below. |
eb49df7
to
27c0251
Compare
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 :) |
… the application detail view
27c0251
to
c9286ae
Compare
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