Revision 6183
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
796 | 796 |
sourceaccessioncode text, |
797 | 797 |
parent_id int(11), |
798 | 798 |
authorlocationcode text, |
799 |
confidentialitystatus int(11) DEFAULT 0 NOT NULL,
|
|
799 |
confidentialitystatus text,
|
|
800 | 800 |
confidentialityreason text, |
801 | 801 |
sublocationxposition_m double precision, |
802 | 802 |
sublocationyposition_m double precision, |
schemas/vegbien.sql | ||
---|---|---|
1452 | 1452 |
sourceaccessioncode text, |
1453 | 1453 |
parent_id integer, |
1454 | 1454 |
authorlocationcode text, |
1455 |
confidentialitystatus integer DEFAULT 0 NOT NULL,
|
|
1455 |
confidentialitystatus accesslevel,
|
|
1456 | 1456 |
confidentialityreason text, |
1457 | 1457 |
sublocationxposition_m double precision, |
1458 | 1458 |
sublocationyposition_m double precision, |
... | ... | |
1869 | 1869 |
shortname text, |
1870 | 1870 |
fulltext text, |
1871 | 1871 |
sourcetype sourcetype, |
1872 |
accesslevel text,
|
|
1872 |
accesslevel accesslevel,
|
|
1873 | 1873 |
accessconditions text, |
1874 | 1874 |
title text, |
1875 | 1875 |
titlesuperior text, |
Also available in: Unified diff
schemas/vegbien.sql: source.accesslevel, location.confidentialitystatus: Changed type to accesslevel