Sign in
android
/
platform
/
external
/
python
/
ecdsa
/
refs/heads/upstream-master
/
.
/
sql
/
shard-db.sql
blob: 7460bd31312a944f6e28ace654b0af7318601bc6 [
file
] [
edit
]
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
;