Add an index on builds.build_server_build_id
As this is used when rendering builds.
This commit is contained in:
parent
d73d20c985
commit
4ecd20b973
4 changed files with 22 additions and 0 deletions
7
sqitch/deploy/build_server_build_id_index.sql
Normal file
7
sqitch/deploy/build_server_build_id_index.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Deploy guix-data-service:build_server_build_id_index to pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
CREATE INDEX builds_build_server_build_id ON builds (build_server_build_id);
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue