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.
7 lines
145 B
PL/PgSQL
7 lines
145 B
PL/PgSQL
-- Revert guix-data-service:add_git_repositories_cgit_url_base from pg
|
|
|
|
BEGIN;
|
|
|
|
ALTER TABLE git_repositories DROP COLUMN cgit_url_base;
|
|
|
|
COMMIT;
|