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/verify/build_server_build_id_index.sql
Normal file
7
sqitch/verify/build_server_build_id_index.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Verify guix-data-service:build_server_build_id_index on pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add verifications here.
|
||||
|
||||
ROLLBACK;
|
||||
Loading…
Add table
Add a link
Reference in a new issue