Renaming StrainObsMeasurements -> Measurements.

This commit is contained in:
Matthew Dillon 2014-11-21 19:03:58 -09:00
parent 952224e2df
commit 5bee929694
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
-- bactdb -- bactdb
-- Matthew R Dillon -- Matthew R Dillon
CREATE TABLE strainsobsmeasurements ( CREATE TABLE measurements (
id BIGSERIAL NOT NULL, id BIGSERIAL NOT NULL,
strainsobservations_id BIGINT, strainsobservations_id BIGINT,
text_measurement_type_id BIGINT NULL, text_measurement_type_id BIGINT NULL,