Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,10 @@
"type": "object",
"description": "Database specific information for Oracle to Azure Database for PostgreSQL migration task inputs",
"properties": {
"caseManipulation": {
"type": "string",
"description": "How to handle object name casing: either Preserve or ToLower"
},
"name": {
"type": "string",
"description": "Name of the migration pipeline"
Expand Down