Project

General

Profile

« Previous | Next » 

Revision 5698

inputs/VegBank/taxonobservation_/create.sql: Removed dropping of row_num column, which is no longer added on non-CSV tables

View differences:

inputs/VegBank/taxonobservation_/create.sql
3 3
LEFT JOIN taxoninterpretation USING (taxonobservation_id)
4 4
LEFT JOIN plantconcept_ USING (plantconcept_id)
5 5
;
6
ALTER TABLE :table DROP COLUMN row_num;

Also available in: Unified diff