···25 updated_at timestamp not null default now()
26);
2728-create index bfjobs_did on backfill_jobs (did);
29create index bfjobs_status on backfill_jobs (status);
···25 updated_at timestamp not null default now()
26);
2728+create unique index bfjobs_did_uindex on backfill_jobs (did);
29create index bfjobs_status on backfill_jobs (status);