Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /*
0002  *  Drops everything created in create_run_data.sql
0003  */
0004 
0005 
0006 
0007 DROP TABLE run_dat;
0008 DROP TABLE run_config_dat;
0009 DROP TABLE run_h4_table_position_dat;
0010 DROP TABLE run_crystal_errors_dat;
0011 DROP TABLE run_tt_errors_dat;
0012 DROP TABLE run_pn_errors_dat;
0013 DROP TABLE run_mem_ch_errors_dat;
0014 DROP TABLE run_mem_tt_errors_dat;
0015 DROP TABLE error_dictionary_def;
0016 DROP SEQUENCE error_dictionary_def_sq;