#!/bin/sh
#G.Landais  02-02-2017 (CDS)
# delete sample table and link obscore database

Vsql -I /home/cds/interfaces -SVIZDB -Ucds -P@cds4Viz <<EOF
begin;
/*drop table viz6.c102036obscore;*/
update METAtab set dbaid=20 where catid=102037;
update METAtab set dbname='obscore' where catid=102037;
commit;
EOF
