awips2/deltaScripts/19.1.1/DR6711/cleanupOldGSMClusterTasks.sh
2022-05-05 12:34:50 -05:00

6 lines
No EOL
327 B
Bash

#! /bin/bash
#
# removes obsolete cluster_task entries used by the previous implementation of
# Radar General Status Message notification code
#
/awips2/psql/bin/psql -U awips -d metadata -c "DELETE FROM cluster_task WHERE name IN ('rdaStatus', 'rpgStatus','rdaOperabilityStatus','rpgOperabilityStatus','rpgNarrowbandStatus');"