Revision 11876
Added by Aaron Marcuse-Kubitza almost 11 years ago
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
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