Project

General

Profile

« Previous | Next » 

Revision 11876

bugfix: inputs/ARIZ/~.clean_up.sql: prevent "column already exists" errors when there is an input column of the same name as an output column

View differences:

inputs/ARIZ/~.clean_up.sql
1
/* prevent "column already exists" errors when there is an input column of the
2
same name as an output column */
3
ALTER TABLE omoccurrences RENAME "occurrenceID" TO "*occurrenceID";

Also available in: Unified diff