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