Skip to content

Commit

Permalink
minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyamsinghal committed Jan 22, 2025
1 parent 1c34ba8 commit 4fbd267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yb-voyager/src/query/queryissue/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,6 @@ const (
MULTI_RANGE_DATATYPE_ISSUE_SUGGESTION = "Multirange data type is not yet supported in YugabyteDB, no workaround available currently"
SECURITY_INVOKER_VIEWS_ISSUE_SUGGESTION = "Security Invoker Views are not yet supported in YugabyteDB, no workaround available currently"
DETERMINISTIC_OPTION_WITH_COLLATION_ISSUE_SUGGESTION = "This feature is not supported in YugabyteDB yet"
FOREIGN_KEY_REFERENCES_PARTITIONED_TABLE_ISSUE_SUGGESTION = "No workaround available "
SQL_BODY_IN_FUNCTION_ISSUE_SUGGESTION = "No workaround available "
FOREIGN_KEY_REFERENCES_PARTITIONED_TABLE_ISSUE_SUGGESTION = "No workaround available."
SQL_BODY_IN_FUNCTION_ISSUE_SUGGESTION = "No workaround available."
)

0 comments on commit 4fbd267

Please sign in to comment.