/usr/share/pegasus/sql/delete-my-init.sql is in pegasus-wms 4.4.0+dfsg-5.
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 | --
-- schema: all
-- driver: MySQL 4.*
-- $Revision$
--
DROP TABLE pegasus_schema CASCADE;
DROP TABLE sequences;
|