aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-06-17 12:54:43 +0100
committerChristopher Baines <mail@cbaines.net>2022-06-17 12:54:43 +0100
commitd19eb07138c5820f4c2fa1a71b7fb499acf39e4d (patch)
tree6e7bf4a47f01e512f827ff6b12481ac8bee5df18 /sqitch/verify
parent3b5950024b06ce0d01ece4d15fa4f8cec271b034 (diff)
downloaddata-service-d19eb07138c5820f4c2fa1a71b7fb499acf39e4d.tar
data-service-d19eb07138c5820f4c2fa1a71b7fb499acf39e4d.tar.gz
Add an index on git_commits
And also remove the duplicates that have crept in.
Diffstat (limited to 'sqitch/verify')
-rw-r--r--sqitch/verify/fix_git_commits_duplicates.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/fix_git_commits_duplicates.sql b/sqitch/verify/fix_git_commits_duplicates.sql
new file mode 100644
index 0000000..b8fbf2c
--- /dev/null
+++ b/sqitch/verify/fix_git_commits_duplicates.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:fix_git_commits_duplicates on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;