aboutsummaryrefslogtreecommitdiff
path: root/sqitch/deploy/git-repositories-x-git-repo-header.sql
blob: 9a779281ad2f755dff991fc2eb32a6646a01252b (plain)
1
2
3
4
5
6
7
-- Deploy guix-data-service:git-repositories-x-git-repo-header to pg

BEGIN;

ALTER TABLE git_repositories ADD COLUMN x_git_repo_header varchar;

COMMIT;