awips2/deltaScripts/16.1.1/DCS14104/RiverStatGsnoColumn.sql
2022-05-05 12:34:50 -05:00

3 lines
146 B
SQL

--resize the column gsno in riverstat table
UPDATE pg_attribute SET atttypmod = 15+4 WHERE attrelid= 'riverstat'::regclass AND attname = 'gsno';