aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-05 17:19:04 +0100
committerChristopher Baines <mail@cbaines.net>2019-12-12 20:07:22 +0000
commit0e97c55c0cabd6c3d2254e7bb02aa03ecf3314ca (patch)
tree67e8ef689a91a74eefd6001ba06bf07cf9f2f325 /sqitch/verify
parent00bfa5336e98fd20b7547abd7899d2c4a2a169c7 (diff)
downloaddata-service-0e97c55c0cabd6c3d2254e7bb02aa03ecf3314ca.tar
data-service-0e97c55c0cabd6c3d2254e7bb02aa03ecf3314ca.tar.gz
Add some database indexes
Diffstat (limited to 'sqitch/verify')
-rw-r--r--sqitch/verify/add_some_database_indexes.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/add_some_database_indexes.sql b/sqitch/verify/add_some_database_indexes.sql
new file mode 100644
index 0000000..9701544
--- /dev/null
+++ b/sqitch/verify/add_some_database_indexes.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:add_some_database_indexes on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;