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/add_derivation_source_file_nars.sql
Christopher Baines c84b21be7c Add a new table to nars for derivation source files
This will allow serving the nars for derivation source files.
2019-12-28 22:47:58 +00:00

8 lines
117 B
PL/PgSQL

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