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 ability to store additionalInfo for Lists #4633

Merged
merged 3 commits into from
Oct 13, 2023
Merged

Conversation

timparsons
Copy link
Contributor

Description

Add ability to store additionalInfo for Lists

Checklist

  • Refactoring only
  • Documentation only
  • Fixture update only
  • Bug fix
    • The relevant issue has been closed.
    • Further work is required.
  • New feature
    • Relevant tests have been created and run.
    • Data was added to the fixture
      • Data was added via a patch in /t/data/fixture/patches/.
    • User-Facing Change
      • The user manual in /docs has been updated.
    • Any new Perl has been documented using perldoc.
    • Any new JavaScript has been documented using JSDoc.
    • Any new legacy JavaScript has been moved from /js to /js/source/legacy.

@lukasmueller lukasmueller requested review from lukasmueller, nmenda and MFlores2021 and removed request for lukasmueller September 1, 2023 14:54
$self->dbh->do(<<EOSQL);

--do your SQL here
INSERT into db (name)
Copy link
Member

Choose a reason for hiding this comment

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

easier to do with the built in create_with function

We are now at patch folder 00177 and 00168 already exists

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

--do your SQL here
INSERT into db (name)
select 'null' where not exists(
select name from db where name = 'null'
Copy link
Member

Choose a reason for hiding this comment

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

I would use a different db name, maybe 'local' ?
Also need to update the system_cvterms file
https://github.com/solgenomics/sgn/blob/master/system_cvterms.txt

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Both things have been completed

@MFlores2021
Copy link
Contributor

When merged:
Closes #4382

@lukasmueller lukasmueller merged commit 3fdf2dd into master Oct 13, 2023
1 check passed
@lukasmueller lukasmueller deleted the topic/BI-1642 branch October 13, 2023 13:36
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.

4 participants