Merge "Issue #2505 removed recco from deployment" into development
Former-commit-id:7c5e85a288
[formerly5c5e71a01b
] [formerly4d18c7d493
] [formerly7c5e85a288
[formerly5c5e71a01b
] [formerly4d18c7d493
] [formerly3f5c590c5f
[formerly4d18c7d493
[formerly 3e92bb969aef3508f08eb55a2ef1903030abc525]]]] Former-commit-id:3f5c590c5f
Former-commit-id:df3e6735af
[formerly6af248f212
] [formerly 493a9f0f3191b9c74a85050ff2e11f14b925c249 [formerly3dc0ad184c
]] Former-commit-id: 90ff75232070f6fc3d10b664951a96a9876cc88b [formerlyace2a71092
] Former-commit-id:7375a3b961
This commit is contained in:
commit
24e58ea252
2 changed files with 12 additions and 8 deletions
11
deltaScripts/14.2.1/dropRecco.sh
Normal file
11
deltaScripts/14.2.1/dropRecco.sh
Normal file
|
@ -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}"
|
|
@ -206,13 +206,6 @@
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.edex.plugin.recco"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.edex.plugin.redbook"
|
||||
download-size="0"
|
||||
|
@ -317,7 +310,7 @@
|
|||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
|
||||
<plugin
|
||||
id="gov.noaa.nws.ncep.common.dataplugin.pirep"
|
||||
download-size="0"
|
||||
|
|
Loading…
Add table
Reference in a new issue