Added delta script for table MADIS with the hibernate generated key name Change-Id: Id8cfee5bfba68aa686b9d998bdbf85e5de5c7519 Former-commit-id: b3a18fd5270f2ce109b0560fba6e11e76e721bc9
5 lines
127 B
Bash
5 lines
127 B
Bash
#!/bin/bash
|
|
|
|
PSQL=/awips2/psql/bin/psql
|
|
DIR=`dirname $0`
|
|
${PSQL} -U awips -d metadata -f ${DIR}/updateMadisTableConstraint.sql
|