Revision 11841
Added by Aaron Marcuse-Kubitza about 11 years ago
cvs.~.clean_up.sql | ||
---|---|---|
1 |
-- Remove private data that should not be publicly visible |
|
2 |
ALTER TABLE plot DROP COLUMN "realLatitude"; |
|
3 |
ALTER TABLE plot DROP COLUMN "realLongitude"; |
|
4 |
|
|
1 | 5 |
-- Ensure column names have the same capitalization everywhere |
2 | 6 |
ALTER TABLE "stemCount" RENAME "TAXONIMPORTANCE_ID" TO "taxonImportance_ID"; |
3 | 7 |
|
Also available in: Unified diff
inputs/CVS/cvs.~.clean_up.sql: remove plot.realLatitude/realLongitude, since this is private data that should not be publicly visible