Add some database indexes

This commit is contained in:
Christopher Baines 2019-12-05 17:19:04 +01:00
parent 00bfa5336e
commit 0e97c55c0c
4 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,7 @@
-- Revert guix-data-service:add_some_database_indexes from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;