This helps row count estimates when filtering on system_id and target.
7 lines
116 B
PL/PgSQL
7 lines
116 B
PL/PgSQL
-- Revert guix-data-service:package_derivations_extended_statistics from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|