awips2/deltaScripts/14.2.1/updateSlotNameColumnLength.sh
Benjamin Phillippe 117374dbef Issue #1538 Federated registry fixes/modifications
Change-Id: Iedc048fe42687bec17385f0aacf0af0141df2146

Former-commit-id: 178e073cf3 [formerly a96764e900] [formerly b10ecfa19c [formerly 05e0a84c1ef3d04256884b81219f643e8f38187d]]
Former-commit-id: b10ecfa19c
Former-commit-id: 283326197a
2013-08-28 11:41:06 -05:00

6 lines
No EOL
198 B
Bash

#!/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)"