aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-02-03 22:57:57 +0000
committerChristopher Baines <mail@cbaines.net>2020-02-03 22:57:57 +0000
commita3d84b1aec667770d27016950f0c310b170f5ba3 (patch)
tree5a0d431dac26b73432a4b402779ae787ab275313 /sqitch/verify
parent19630014a3db7a2cb8e8efa97c5cc45847414557 (diff)
downloaddata-service-a3d84b1aec667770d27016950f0c310b170f5ba3.tar
data-service-a3d84b1aec667770d27016950f0c310b170f5ba3.tar.gz
Add missing migration
Diffstat (limited to 'sqitch/verify')
-rw-r--r--sqitch/verify/system_test_tables.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/system_test_tables.sql b/sqitch/verify/system_test_tables.sql
new file mode 100644
index 0000000..cc108ed
--- /dev/null
+++ b/sqitch/verify/system_test_tables.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:system_test_tables on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;