/usr/share/pegasus/sql/delete-my-rc.sql is in pegasus-wms 4.0.1+dfsg-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | --
-- schema: org.griphyn.common.catalog.ReplicaCatalog
-- driver: MySQL 4.*
-- $Revision: 150 $
--
DROP INDEX ix_rc_attr ON rc_attr;
DROP INDEX ix_rc_lfn ON rc_lfn;
DROP TABLE rc_attr;
DROP TABLE rc_lfn;
DELETE FROM pegasus_schema WHERE name='JDBCRC';
|