aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/revert
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-11-18 00:18:31 +0000
committerChristopher Baines <mail@cbaines.net>2021-11-18 00:18:38 +0000
commit893d8eec6659610f18c00e9996afec81c96e1592 (patch)
treee62a0315ba35f4a21bc9ead4853392d51e382230 /sqitch/pg/revert
parent1f4656b72d860c198cc6af7e8e56279e401e1e66 (diff)
downloadbuild-coordinator-893d8eec6659610f18c00e9996afec81c96e1592.tar
build-coordinator-893d8eec6659610f18c00e9996afec81c96e1592.tar.gz
Add an index on output_metadata
This should speed up fetching builds.
Diffstat (limited to 'sqitch/pg/revert')
-rw-r--r--sqitch/pg/revert/output_metadata_index.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/pg/revert/output_metadata_index.sql b/sqitch/pg/revert/output_metadata_index.sql
new file mode 100644
index 0000000..15c2c00
--- /dev/null
+++ b/sqitch/pg/revert/output_metadata_index.sql
@@ -0,0 +1,7 @@
+-- Revert guix-build-coordinator:output_metadata_index from pg
+
+BEGIN;
+
+-- XXX Add DDLs here.
+
+COMMIT;