Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /*
0002  *  Drops all tables created by create_laser_core.sql
0003  */
0004 
0005 DROP TABLE lmf_run_iov;
0006 DROP TABLE lmf_run_tag;
0007 
0008 DROP SEQUENCE lmf_run_iov_sq;
0009 DROP SEQUENCE lmf_run_tag_sq;
0010 
0011 -- Done automatically:
0012 -- DROP TRIGGER lmf_run_iov_tg;