guix-data-service/sqitch/revert/add_location_information.sql
Christopher Baines 7341d17254 Store and display the location of packages
Store the location a package can be found at, and display this on the package
page.

If available, link off to the git repository containing the package.
2019-05-13 21:07:48 +01:00

7 lines
101 B
PL/PgSQL

-- Revert guix-data-service:add_location_information from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;