This index speeds up inserting new entries to the package_metadata table. Signed-off-by: Christopher Baines <mail@cbaines.net>
7 lines
111 B
PL/PgSQL
7 lines
111 B
PL/PgSQL
-- Revert guix-data-service:package_metadata_location_id_index from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|