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.
7 lines
128 B
PL/PgSQL
7 lines
128 B
PL/PgSQL
-- Verify guix-data-service:package_derivations_by_guix_revision_range on pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add verifications here.
|
|
|
|
ROLLBACK;
|