Skip to content

Commit

Permalink
Add missing indexes to the rhnPackage schema definition
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh committed Jul 22, 2024
1 parent 39d4475 commit 4b6e7cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/spacewalk/common/tables/rhnPackage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ CREATE INDEX rhn_package_nid_id_idx

CREATE SEQUENCE rhn_package_id_seq;

CREATE INDEX rhn_package_is_ptf_idx ON rhnPackage (is_ptf);
CREATE INDEX rhn_package_is_part_of_ptf_idx ON rhnPackage (is_part_of_ptf);

0 comments on commit 4b6e7cf

Please sign in to comment.