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/revert/build_server_build_id_index.sql
Normal file
7
sqitch/revert/build_server_build_id_index.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:build_server_build_id_index from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue