awips2/deltaScripts/14.2.1/updateSlotNameColumnLength.sh

6 lines
198 B
Bash
Raw Permalink Normal View History

2022-05-05 12:34:50 -05:00
#!/bin/bash
# DR #1538 Expand the name column in the slot table
PSQL="/awips2/psql/bin/psql"
${PSQL} -U awips -d metadata -c "ALTER TABLE ebxml.slot ALTER COLUMN name TYPE character varying(1024)"