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