Omaha #4319 Set default volumescannumber in upgrade script.

Former-commit-id: 888da5052c [formerly 63c6cf4c36b27bd0c9b5c5dd31c4dd463b5c3343]
Former-commit-id: 8fd3ff4995
This commit is contained in:
Ben Steffensmeier 2015-03-30 10:52:27 -05:00
parent abfe39a9f8
commit a9850006b5

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"