This commit adds the tables, as well as code to support extracting data from narinfo files.
7 lines
104 B
PL/PgSQL
7 lines
104 B
PL/PgSQL
-- Verify guix-data-service:nar_related_tables on pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add verifications here.
|
|
|
|
ROLLBACK;
|