Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:58

0001 /*
0002  *  Drops everything creates in create_dcu_core.sql
0003  */
0004 
0005 
0006 DROP TABLE dcu_iov;
0007 DROP TABLE dcu_tag;
0008 
0009 DROP SEQUENCE dcu_iov_sq;
0010 DROP SEQUENCE dcu_tag_sq;
0011 
0012 -- Done automatically:
0013 -- DROP TRIGGER dcu_iov_tg;