Add an index on package_derivations_by_guix_revision_range
This helps render the package version range related pages.
This commit is contained in:
parent
22c2ed2fa7
commit
3b5950024b
4 changed files with 22 additions and 0 deletions
7
sqitch/verify/package_range_index.sql
Normal file
7
sqitch/verify/package_range_index.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Verify guix-data-service:package_range_index on pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add verifications here.
|
||||
|
||||
ROLLBACK;
|
||||
Loading…
Add table
Add a link
Reference in a new issue