blob: 956d1a280847ae44cf11ed9bfd341baf46542016 [file] [edit]
create table to_del (job_id VARCHAR NOT NULL, id INTEGER PRIMARY KEY);
insert into to_del select *, ROWID from work_items;