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/verify/nar_related_tables.sql
Christopher Baines b6194e7b3d Begin to add support for importing narinfo files
This commit adds the tables, as well as code to support extracting data from
narinfo files.
2019-11-30 10:51:58 +00:00

8 lines
104 B
PL/PgSQL

-- Verify guix-data-service:nar_related_tables on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;