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/change_git_branches_primary_key.sql
Christopher Baines f553a7490d Change the git_branches table primary key
To allow for having branches in multiple git repositories.
2019-08-05 20:02:06 +01:00

8 lines
117 B
PL/PgSQL

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