Skip to content

Commit 22fac37

Browse files
committed
correct sequence for suseproductsccrepository
Signed-off-by: Ricardo Mateus <rmateus@suse.com>
1 parent 8b939bf commit 22fac37

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

inter-server-sync.changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- Correct primary key export for table suseproductsccrepository (bsc#1220169)
2+
13
-------------------------------------------------------------------
24
Mon Jan 08 15:23:19 CET 2024 - michele.bussolotto@suse.com
35

schemareader/tableFilters.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ const (
1818

1919
func applyTableFilters(table Table) Table {
2020
switch table.Name {
21+
case "suseproductsccrepository":
22+
table.PKSequence = "suse_prdrepo_id_seq"
2123
case "rhnchecksumtype":
2224
table.PKSequence = "rhn_checksum_id_seq"
2325
case "rhnchecksum":

0 commit comments

Comments
 (0)