aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/verify/fix_allocated_builds_attempt_2.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch/pg/verify/fix_allocated_builds_attempt_2.sql')
-rw-r--r--sqitch/pg/verify/fix_allocated_builds_attempt_2.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/pg/verify/fix_allocated_builds_attempt_2.sql b/sqitch/pg/verify/fix_allocated_builds_attempt_2.sql
new file mode 100644
index 0000000..ac0cbf8
--- /dev/null
+++ b/sqitch/pg/verify/fix_allocated_builds_attempt_2.sql
@@ -0,0 +1,7 @@
+-- Verify guix-build-coordinator:fix_allocated_builds_attempt_2 on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;