Skip to content

Commit

Permalink
correct sequence for suseproductsccrepository
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Mateus <[email protected]>
  • Loading branch information
rjmateus committed Feb 12, 2024
1 parent 8b939bf commit 6ef1952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemareader/tableFilters.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const (

func applyTableFilters(table Table) Table {
switch table.Name {
case "suseproductsccrepository":
table.PKSequence = "suse_prdrepo_id_seq"
case "rhnchecksumtype":
table.PKSequence = "rhn_checksum_id_seq"
case "rhnchecksum":
Expand Down

0 comments on commit 6ef1952

Please sign in to comment.