File: shard-db.sql

package info (click to toggle)
python-ecdsa 0.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,608 kB
  • sloc: python: 12,314; sh: 22; makefile: 14; sql: 12
file content (3 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
delete from mutation_specs where job_id in (select job_id from to_del where to_del.ID % 20 != %SHARD%);
delete from work_items where job_id in (select job_id from to_del where to_del.ID % 20 != %SHARD%);
drop table to_del;