Begin to add support for importing narinfo files
This commit adds the tables, as well as code to support extracting data from narinfo files.
This commit is contained in:
parent
20c75e1103
commit
b6194e7b3d
6 changed files with 321 additions and 0 deletions
12
sqitch/revert/nar_related_tables.sql
Normal file
12
sqitch/revert/nar_related_tables.sql
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
-- Revert guix-data-service:nar_related_tables from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
DROP TABLE narinfo_signatures;
|
||||
DROP TABLE narinfo_signature_data;
|
||||
DROP TABLE narinfo_signature_public_keys;
|
||||
DROP TABLE nar_references;
|
||||
DROP TABLE nar_urls;
|
||||
DROP TABLE nars;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue