-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Feat database upgrade #5710
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
Feat database upgrade #5710
Conversation
� Conflicts: � composer.json � composer.lock
@@ -487,6 +487,11 @@ | |||
'description' => 'Index with the requested ID already exists.', | |||
'code' => 409, | |||
], | |||
Exception::INDEX_INVALID => [ | |||
'name' => Exception::INDEX_INVALID, | |||
'description' => 'Index invalid.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we have a more descriptive error message here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only really a placeholder - we pass through the actual error from the validator when we construct the exception, this would only be used in cases we don't do that
What does this PR do?
Merge together:
userInternalId
from auditsTest Plan
Related PRs and Issues
#4575 -> utopia-php/database#268 -> utopia-php/database#218
#5439 -> utopia-php/database#264
utopia-php/database#271
utopia-php/audit#50
Checklist