2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/verify/add_git_repositories_cgit_url_base.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

8 lines
120 B
PL/PgSQL

-- Verify guix-data-service:add_git_repositories_cgit_url_base on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;