Skip to content

Commit

Permalink
commit file
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshi-yb committed Dec 27, 2024
1 parent 7c991ca commit 0f38c5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yb-voyager/cmd/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ const (
CUTOVER_TO_SOURCE = "cutover-to-source"
CUTOVER_TO_SOURCE_REPLICA = "cutover-to-source-replica"

CLIENT_MESSAGES_SESSION_VAR = "SET CLIENT_MIN_MESSAGES"
TRANSACTION_TIMEOUT_SESSION_VAR = "SET TRANSACTION_TIMEOUT"

// unsupported features of assess migration
VIRTUAL_COLUMN = "VIRTUAL COLUMN"
INHERITED_TYPE = "INHERITED TYPE"
Expand Down

0 comments on commit 0f38c5c

Please sign in to comment.