guix-data-service/sqitch/verify/fix_git_commits_duplicates.sql
Christopher Baines d19eb07138 Add an index on git_commits
And also remove the duplicates that have crept in.
2022-06-17 12:54:43 +01:00

7 lines
112 B
PL/PgSQL

-- Verify guix-data-service:fix_git_commits_duplicates on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;