These changes allow processing emails again, and just creating job and branch entries where data is missing.
7 lines
121 B
PL/PgSQL
7 lines
121 B
PL/PgSQL
-- Revert guix-data-service:remove_duplicate_load_new_guix_revision_jobs from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|