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

Remove maxSizeBytes property from Synapse v3 database GET and PUT #13988

Merged
Merged
Show file tree
Hide file tree
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 @@ -19,7 +19,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand All @@ -39,7 +38,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand All @@ -47,7 +46,6 @@
},
"properties": {
"collation": "SQL_Latin1_General_CP1_CI_AS",
"maxSizeBytes": 263882790666240,
"databaseGuid": "00000000-0000-0000-0000-000000000004"
},
"location": "westus",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,6 @@
"create"
]
},
"maxSizeBytes": {
"format": "int64",
"description": "The max size of the database expressed in bytes.",
"type": "integer"
},
"databaseGuid": {
"format": "uuid",
"description": "The Guid of the database.",
Expand Down