These changes allow processing emails again, and just creating job and branch entries where data is missing.
7 lines
130 B
PL/PgSQL
7 lines
130 B
PL/PgSQL
-- Verify guix-data-service:remove_duplicate_load_new_guix_revision_jobs on pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add verifications here.
|
|
|
|
ROLLBACK;
|