awips2/deltaScripts/18.1.1/DR5898/DeleteConfigureTextProductsTask.sh
2022-05-05 12:34:50 -05:00

4 lines
225 B
Bash
Executable file

#!/usr/bin/bash
# This script removes obsolete GfeConfigureTextProducts records from the cluster_task table
#
/awips2/psql/bin/psql -U awips -d metadata -c "delete from cluster_task where name = 'GfeConfigureTextProducts';"