Revision 6184
Added by Aaron Marcuse-Kubitza about 12 years ago
vegbien.sql | ||
---|---|---|
1452 | 1452 |
sourceaccessioncode text, |
1453 | 1453 |
parent_id integer, |
1454 | 1454 |
authorlocationcode text, |
1455 |
confidentialitystatus accesslevel,
|
|
1456 |
confidentialityreason text,
|
|
1455 |
accesslevel accesslevel,
|
|
1456 |
accessconditions text,
|
|
1457 | 1457 |
sublocationxposition_m double precision, |
1458 | 1458 |
sublocationyposition_m double precision, |
1459 | 1459 |
authorzone text, |
Also available in: Unified diff
schemas/vegbien.sql: location: Renamed confidentialitystatus->accesslevel, confidentialityreason->accessconditions to match the corresponding fields in source. Note that accessconditions stores more than confidentialityreason did, because it can contain details about the accesslevel in addition to the reason for it.