This isn't new information, but derived from information already in the database. It's collected here to make querying faster. The table is updated when each new revision is entered.
7 lines
146 B
PL/PgSQL
7 lines
146 B
PL/PgSQL
-- Revert guix-data-service:package_versions_by_guix_revision_range from pg
|
|
|
|
BEGIN;
|
|
|
|
DROP TABLE package_versions_by_guix_revision_range;
|
|
|
|
COMMIT;
|