awips2/deltaScripts/16.1.1/DCS14104/RiverStatGsnoColumn.sql

4 lines
146 B
MySQL
Raw Normal View History

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