diff options
Diffstat (limited to 'sqitch/verify')
-rw-r--r-- | sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql b/sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql new file mode 100644 index 0000000..fbec379 --- /dev/null +++ b/sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql @@ -0,0 +1,7 @@ +-- Verify guix-data-service:allow_including_and_excluding_branches_for_repositories on pg + +BEGIN; + +-- XXX Add verifications here. + +ROLLBACK; |