aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-06-30 18:30:01 +0100
committerChristopher Baines <mail@cbaines.net>2020-07-01 09:35:29 +0100
commit5ee82075656609e4b2cd03a304162959147f929c (patch)
treee5f332cf278961a1786fe1f2a0c3203bc4695c88 /sqitch/verify
parent919255033121c0aeab6c4c16d58359a07b3408b5 (diff)
downloaddata-service-5ee82075656609e4b2cd03a304162959147f929c.tar
data-service-5ee82075656609e4b2cd03a304162959147f929c.tar.gz
Avoid duplicate build status entries
This effectively makes adding build status entries idempotent to some degree.
Diffstat (limited to 'sqitch/verify')
-rw-r--r--sqitch/verify/build_status_add_unique_index.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/build_status_add_unique_index.sql b/sqitch/verify/build_status_add_unique_index.sql
new file mode 100644
index 0000000..1415c06
--- /dev/null
+++ b/sqitch/verify/build_status_add_unique_index.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:build_status_add_unique_index on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;