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/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

8 lines
103 B
PL/PgSQL

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