awips2/deltaScripts/16.1.1/DCS14104/RiverStatGsnoColumn.sql

4 lines
146 B
MySQL
Raw Normal View History

2017-04-21 18:33:55 -06:00
--resize the column gsno in riverstat table
UPDATE pg_attribute SET atttypmod = 15+4 WHERE attrelid= 'riverstat'::regclass AND attname = 'gsno';