2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/revert/narinfo_fetch_record.sql
Christopher Baines d2405f6c77 Add a table to record where narinfo files were fetched from
Otherwise it's hard to associated narinfo files to build servers.
2019-12-12 20:07:22 +00:00

7 lines
108 B
PL/PgSQL

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