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

Update the database for migration #61

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Update the database for migration #61

merged 1 commit into from
Sep 15, 2023

Conversation

markpatton
Copy link
Contributor

The colums SubmissionEvent.comment, File.description, and Publication.title need to support larger values. This pr changes those columns to text.

In addition Funder.localKey and Grant.localKey are indexed to support the grant loader which does queries on those values.

…x localKey on Funder and Grant for grant loader queries
Copy link
Contributor

@rpoet-jh rpoet-jh left a comment

Choose a reason for hiding this comment

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

Good job, Mark.

@markpatton markpatton merged commit d5908fb into main Sep 15, 2023
2 checks passed
@markpatton markpatton deleted the 730-long-text branch October 6, 2023 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update database to handle long text values for some objects
2 participants