Project

General

Profile

« Previous | Next » 

Revision 11841

inputs/CVS/cvs.~.clean_up.sql: remove plot.realLatitude/realLongitude, since this is private data that should not be publicly visible

View differences:

inputs/CVS/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