Change the git_branches table primary key
To allow for having branches in multiple git repositories.
This commit is contained in:
parent
4b59108fdd
commit
f553a7490d
4 changed files with 26 additions and 0 deletions
7
sqitch/verify/change_git_branches_primary_key.sql
Normal file
7
sqitch/verify/change_git_branches_primary_key.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Verify guix-data-service:change_git_branches_primary_key on pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add verifications here.
|
||||
|
||||
ROLLBACK;
|
||||
Loading…
Add table
Add a link
Reference in a new issue