Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UUID as pk #175

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
add uuid to supportedKeyTypes
  • Loading branch information
samirketema committed Jun 25, 2024
commit 9e6d9f8866b7620be23f8737a5e985af9223ac2a
1 change: 1 addition & 0 deletions source/snapshot/fetch_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ var supportedKeyTypes = []string{
"smallint",
"integer",
"bigint",
"uuid",
}

type FetchConfig struct {
Expand Down