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
152 B
PL/PgSQL
7 lines
152 B
PL/PgSQL
-- Revert guix-data-service:package_derivations_by_guix_revision_range from pg
|
|
|
|
BEGIN;
|
|
|
|
DROP TABLE package_derivations_by_guix_revision_range;
|
|
|
|
COMMIT;
|