Change-Id: I84a3007a3c23697c333e5862d8fd4a4aba9f23a2 Former-commit-id:d0c3d9575a
[formerly0c56d5e859
] [formerlyd0c3d9575a
[formerly0c56d5e859
] [formerly02dc390b98
[formerly 9b6a0ce7404017dcd29cd0a14f0dba5d30e480b1]]] Former-commit-id:02dc390b98
Former-commit-id:15a92382c2
[formerly99b1cee644
] Former-commit-id:3eec43afdb
5 lines
117 B
Bash
5 lines
117 B
Bash
#!/bin/bash
|
|
|
|
PSQL=/awips2/psql/bin/psql
|
|
DIR=`dirname $0`
|
|
${PSQL} -U awips -d metadata -f ${DIR}/updateQueriesSql.sql
|