From 5028dfe706856d11246a7338dfd47d4035d8fb25 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 5 May 2019 20:06:28 +0100 Subject: Start to handle information about Git branches Add some new pages /branches and /branch/... as well as a new git_branches table. Also extend the email processing to enter the branch information in to the database. --- sqitch/verify/git_branches.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sqitch/verify/git_branches.sql (limited to 'sqitch/verify') diff --git a/sqitch/verify/git_branches.sql b/sqitch/verify/git_branches.sql new file mode 100644 index 0000000..2fec6f0 --- /dev/null +++ b/sqitch/verify/git_branches.sql @@ -0,0 +1,8 @@ +-- Verify guix-data-service:git_branches on pg + +BEGIN; + +SELECT name, commit, git_repository_id, datetime + FROM git_branches WHERE FALSE; + +ROLLBACK; -- cgit v1.2.3