Revision 3216
Added by Aaron Marcuse-Kubitza over 12 years ago
vegbien.sql | ||
---|---|---|
1080 | 1080 |
locationevent_id integer NOT NULL, |
1081 | 1081 |
parent_id integer, |
1082 | 1082 |
datasource_id integer, |
1083 |
location_id integer, |
|
1083 |
location_id integer NOT NULL,
|
|
1084 | 1084 |
project_id integer, |
1085 | 1085 |
authorlocationcode text, |
1086 | 1086 |
sourceaccessioncode text, |
Also available in: Unified diff
schemas/vegbien.sql: locationevent: Made location_id required because every locationevent should have a location, even one with no locationdeterminations. This also avoids the creation of a parent locationevent when subplots are not being used.