aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/add_some_database_indexes.sql
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-05 17:19:04 +0100
committerChristopher Baines <mail@cbaines.net>2019-12-05 17:19:04 +0100
commit36d9d2a4e83a5b0dc8fa25fc354437c1179643a3 (patch)
tree13130e2eb28b4a0231fcc6290faf3b1d9ced291c /sqitch/verify/add_some_database_indexes.sql
parentf7367dc5e873e0b0013be4396e95db06b704467a (diff)
downloaddata-service-36d9d2a4e83a5b0dc8fa25fc354437c1179643a3.tar
data-service-36d9d2a4e83a5b0dc8fa25fc354437c1179643a3.tar.gz
Add some database indexes
Diffstat (limited to 'sqitch/verify/add_some_database_indexes.sql')
-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;