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