Omaha #4319 Set default volumescannumber in upgrade script.

Former-commit-id: 63c6cf4c36b27bd0c9b5c5dd31c4dd463b5c3343
This commit is contained in:
Ben Steffensmeier 2015-03-30 10:52:27 -05:00
parent 14a05b15c6
commit 888da5052c

View file

@ -18,5 +18,6 @@ then
echo "Failed to update radar table."
exit 1
fi
/awips2/psql/bin/psql -U awips -d metadata -c "UPDATE radar SET volumescannumber=0 WHERE volumescannumber IS NULL;"
echo "Done"