aboutsummaryrefslogtreecommitdiff
path: root/sqitch/deploy/add_git_repositories_cgit_url_base.sql
blob: 7a2d532ea4e77ae92802863498d73bc76593694f (plain)
1
2
3
4
5
6
7
-- Deploy guix-data-service:add_git_repositories_cgit_url_base to pg

BEGIN;

ALTER TABLE git_repositories ADD COLUMN cgit_url_base character varying;

COMMIT;