Add an index on git_commits

And also remove the duplicates that have crept in.
This commit is contained in:
Christopher Baines 2022-06-17 12:54:43 +01:00
parent 3b5950024b
commit d19eb07138
4 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,7 @@
-- Revert guix-data-service:fix_git_commits_duplicates from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;