Add some database indexes
This commit is contained in:
parent
00bfa5336e
commit
0e97c55c0c
4 changed files with 25 additions and 0 deletions
7
sqitch/verify/add_some_database_indexes.sql
Normal file
7
sqitch/verify/add_some_database_indexes.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Verify guix-data-service:add_some_database_indexes on pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add verifications here.
|
||||
|
||||
ROLLBACK;
|
||||
Loading…
Add table
Add a link
Reference in a new issue