guix-data-service/sqitch/revert/git_repositories_poll_interval.sql
Christopher Baines 10bad53ad5 Support polling git repositories for new branches/revisions
This is mostly a workaround for the occasional problems with the guix-commits
mailing list, as it can break and then the data service doesn't learn about
new revisions until the problem is fixed.

I think it's still a generally good feature though, and allows deploying the
data service without it consuming emails to learn about new revisions, and is
a step towards integrating some kind of way of notifying the data service to
poll.
2023-10-09 22:19:02 +01:00

7 lines
107 B
PL/PgSQL

-- Revert guix-data-service:git_repositories_poll_interval from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;