NcText decoder updates and other ingest config changes Change-Id: I1dca245ff36c565c924a494eae3f1a2b834f43ac Former-commit-id: 9e47362ce407ea03c0ede8884baa7e8129d2d646
5 lines
126 B
Bash
5 lines
126 B
Bash
#!/bin/bash
|
|
|
|
PSQL=/awips2/psql/bin/psql
|
|
DIR=`dirname $0`
|
|
${PSQL} -U awips -d ncep -f ${DIR}/addNcepNwxAdminMessageGpTable.sql
|