blob: 9cba7638917a16269d0dc4b65b5cdf76a51e8e20 [file] [log] [blame]
// Description: SQL schema for cmp beans of bank admin application in security module test
// author: $author$ jagadesh.munta@sun.com
// date: $date$ 01/28/2003
//#######################################################################
// droping tables for customer CMP EJB
DROP TABLE sec_bankadmin_customerejb CASCADE;
// droping tables for account CMP EJB
DROP TABLE sec_bankadmin_accountejb CASCADE;