guix-data-service/sqitch/revert/git_branches.sql
Christopher Baines 5028dfe706 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.
2019-05-05 20:06:28 +01:00

7 lines
92 B
PL/PgSQL

-- Revert guix-data-service:git_branches from pg
BEGIN;
DROP TABLE git_branches;
COMMIT;