-
Notifications
You must be signed in to change notification settings - Fork 35
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
Conversation
db/00168/AddCvtermForListprop.pm
Outdated
$self->dbh->do(<<EOSQL); | ||
|
||
--do your SQL here | ||
INSERT into db (name) |
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.
easier to do with the built in create_with function
We are now at patch folder 00177 and 00168 already exists
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.
Updated
db/00168/AddCvtermForListprop.pm
Outdated
--do your SQL here | ||
INSERT into db (name) | ||
select 'null' where not exists( | ||
select name from db where name = 'null' |
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.
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
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.
Both things have been completed
When merged: |
9571a97
to
937ade6
Compare
937ade6
to
24acf48
Compare
Description
Add ability to store additionalInfo for Lists
Checklist
/t/data/fixture/patches/
./docs
has been updated./js
to/js/source/legacy
.