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.
7 lines
92 B
PL/PgSQL
7 lines
92 B
PL/PgSQL
-- Revert guix-data-service:git_branches from pg
|
|
|
|
BEGIN;
|
|
|
|
DROP TABLE git_branches;
|
|
|
|
COMMIT;
|