Project

General

Profile

« Previous | Next » 

Revision 6310

Added inputs/FIA/Organism/postprocess.sql to cast PlotCD to a bigint

View differences:

inputs/FIA/Organism/postprocess.sql
1
ALTER TABLE :table ALTER COLUMN "PlotCD" TYPE bigint
2
USING "PlotCD"::bigint;

Also available in: Unified diff