DOI-USGS / rt-quic-db

A database application for RT-QuIC data with tools for visualization and analysis
https://DOI-USGS.github.io/rt-quic-db/
The Unlicense
1 stars 0 forks source link

Issue #13: Creating 'Preparation method' field in Manage Samples #113

Closed nathanbollig closed 2 years ago

nathanbollig commented 2 years ago

This branch contains Hannah's work for Issue #13. Creating pull request from her latest commit.

nathanbollig commented 2 years ago

Reviewed and all looks good except for a few minor things:

hged13 commented 2 years ago

The SQL command used to update the database was:

ALTER TABLE sample ADD preparation_method varchar(45) DEFAULT NULL AFTER tissue_matrix;