From e2a7705d3d01c992c0dfed6363388246b5bd69dc Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 2 Oct 2020 20:13:28 +0100 Subject: Add an index for derivation_sources.derivation_source_file_id As this speeds up deleting derivation_source_files. --- sqitch/sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch/sqitch.plan') diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan index 09df4bb..abb27fd 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -71,3 +71,4 @@ change_package_descriptions_index 2020-08-23T11:56:00Z Christopher Baines # Change locale values change_autovacuum_config 2020-10-01T21:24:46Z Christopher Baines # Change autovacuum config change_derivation_source_file_nars_constraint 2020-10-02T17:12:58Z Christopher Baines # Change derivation source file nars constraint +add_derivation_sources_derivation_source_file_id_index 2020-10-02T19:11:59Z Christopher Baines # Add derivation_sources.derivation_source_file_id index -- cgit v1.2.3