Add description to geo project in pephub database #218
Unanswered
khoroshevskyi
asked this question in
Q&A
Replies: 2 comments
-
How to update date from bedbase namespace UPDATE projects SET submission_date = ((config->>'experiment_metadata')::jsonb->>'series_submission_date')::date where namespace = 'bedbase'; UPDATE projects SET last_update_date = ((config->>'experiment_metadata')::jsonb->>'series_last_update_date')::date where namespace = 'bedbase'; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At this time we don't have description in any of the geo project in pephub. We should add it.
Geofetch will be adding it automatically. It should be fixed after this commit: pepkit/geofetch@54ad5d1
To add description to existing project use this sql command:
To select just description use this command:
Beta Was this translation helpful? Give feedback.
All reactions