diff --git a/deltaScripts/14.2.1/dropRecco.sh b/deltaScripts/14.2.1/dropRecco.sh new file mode 100644 index 0000000000..eec8f1e546 --- /dev/null +++ b/deltaScripts/14.2.1/dropRecco.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# DR #2505 Disable deployment of recco plugin + +PSQL="/awips2/psql/bin/psql" + +SQL_COMMAND=" +delete from plugin_info where name = 'recco'; +drop table if exists recco; +drop sequence if exists reccoseq; +" +${PSQL} -U awips -d metadata -c "${SQL_COMMAND}" diff --git a/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml b/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml index f1550f4b66..62ff4907e1 100644 --- a/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml +++ b/edexOsgi/com.raytheon.uf.edex.dataplugins.feature/feature.xml @@ -206,13 +206,6 @@ version="0.0.0" unpack="false"/> - - - +