alcap-org / AlcapDAQ

Alcap DAQ
alcap-org.github.io
8 stars 0 forks source link

Remove run 3257 from the golden datasets #265

Closed AndrewEdmonds11 closed 9 years ago

AndrewEdmonds11 commented 9 years ago

Run 3257 has being giving me problems for a while. When running on Merlin, it keeps on crashing and being resubmitted (as designed I think) so I suggest we remove it from the production DB.

I think the relevant sqlite command is DELETE FROM datasets WHERE run=3257;

Can someone confirm this before I screw up my local production DB?

jrquirk commented 9 years ago

Yep. Same thing happens to me. Also the record from table alcapana_v3 should go if that goes. You can make a backup first if you're worried.

AndrewEdmonds11 commented 9 years ago

Yes that command works and I've implemented it in my local databases.