Renaming StrainObsMeasurements -> Measurements.
This commit is contained in:
parent
952224e2df
commit
5bee929694
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
-- bactdb
|
||||
-- Matthew R Dillon
|
||||
|
||||
CREATE TABLE strainsobsmeasurements (
|
||||
CREATE TABLE measurements (
|
||||
id BIGSERIAL NOT NULL,
|
||||
strainsobservations_id BIGINT,
|
||||
text_measurement_type_id BIGINT NULL,
|
Reference in a new issue