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