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 27, 2024
1 parent 8b939bf commit 22fac37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inter-server-sync.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Correct primary key export for table suseproductsccrepository (bsc#1220169)

-------------------------------------------------------------------
Mon Jan 08 15:23:19 CET 2024 - [email protected]

Expand Down
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 22fac37

Please sign in to comment.