guix-data-service/sqitch/verify/package_derivations_by_guix_revision_range.sql
Christopher Baines 1442d17a3d Add a new table to describe the history of derivations
There's already the package_versions_by_guix_revision_range table, but I think
it would be also useful to be able to see how derivations change over time.
2019-11-09 19:59:55 +00:00

7 lines
128 B
PL/PgSQL

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