aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-29 17:55:04 +0000
committerChristopher Baines <mail@cbaines.net>2019-12-29 17:55:04 +0000
commit82b797ee9869ebe24f7dbbcc56c3d500e75dc2d3 (patch)
treec3bca8a2b7f1606b407009c0e349aeba01f3c83b /sqitch/verify
parent7e7cc1c8f17723bd909f84be11326cc1d47223d0 (diff)
downloaddata-service-82b797ee9869ebe24f7dbbcc56c3d500e75dc2d3.tar
data-service-82b797ee9869ebe24f7dbbcc56c3d500e75dc2d3.tar.gz
Create an index on the hash component of the store path
For derivation_source_files.
Diffstat (limited to 'sqitch/verify')
-rw-r--r--sqitch/verify/derivation_source_files_store_path_hash_index.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/derivation_source_files_store_path_hash_index.sql b/sqitch/verify/derivation_source_files_store_path_hash_index.sql
new file mode 100644
index 0000000..c3d12d2
--- /dev/null
+++ b/sqitch/verify/derivation_source_files_store_path_hash_index.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:derivation_source_files_store_path_hash_index on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;