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
|
-- 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,
|
Reference in a new issue