2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/revert/load_new_guix_revision_jobs_make_commits_unique.sql
Christopher Baines b30904e1af Make jobs unique by commit
Given that a commit, regardless of what repository it comes from should
contain the same exactly the same data, just track jobs by commit.
2020-03-28 19:59:35 +00:00

8 lines
124 B
PL/PgSQL

-- Revert guix-data-service:load_new_guix_revision_jobs_make_commits_unique from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;