aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqitch.plan
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/sqitch.plan
parent00bfa5336e98fd20b7547abd7899d2c4a2a169c7 (diff)
downloaddata-service-0e97c55c0cabd6c3d2254e7bb02aa03ecf3314ca.tar
data-service-0e97c55c0cabd6c3d2254e7bb02aa03ecf3314ca.tar.gz
Add some database indexes
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r--sqitch/sqitch.plan1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan
index c323eef..58b272d 100644
--- a/sqitch/sqitch.plan
+++ b/sqitch/sqitch.plan
@@ -35,3 +35,4 @@ narinfo_fetch_record 2019-12-03T20:53:28Z <chris@phact> # Add a table to descr
change_nars_size_to_bigint 2019-12-04T21:24:21Z <chris@phact> # Change nars.size to bigint
change_nar_urls_size_to_bigint 2019-12-04T21:49:07Z <chris@phact> # Change nar_urls.size to bigint
sort_out_duplicate_builds 2019-12-05T12:43:53Z <chris@phact> # Sort out duplicate builds
+add_some_database_indexes 2019-12-05T15:53:04Z Christopher Baines <mail@cbaines.net> # Add some indexes