-
Notifications
You must be signed in to change notification settings - Fork 7
DISPLAY-1030: Remaining updates, cleanup deprectaions #174
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
Conversation
$this->addSql('ALTER TABLE user_role_tenant CHANGE roles roles LONGTEXT NOT NULL COMMENT \'(DC2Type:array)\''); | ||
} | ||
|
||
private function convertDbValues(string $table, string $column): void |
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.
A little documentation block here telling what this function does would be handy. The code (and inline comments) tell what is done, but a short recap would be nice.
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.
Fixed
Link to ticket
https://jira.itkdev.dk/browse/DISPLAY-1030
Description
symfony/flex
1.x -> 2.xvich/uploader-bundle
1.x -> 2.xdebril/feed-io
5.x -> 6.xScreenshot of the result
If your change affects the user interface you should include a screenshot of the result with the pull request.
Checklist
If your code does not pass all the requirements on the checklist you have to add a comment explaining why this change
should be exempt from the list.
Additional comments or questions
If you have any further comments or questions for the reviewer please add them here.