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

[Messenger/DoctrineBridge] set column length for mysql 5.6 compatibility #37117

Merged
merged 1 commit into from Jun 7, 2020

Commits on Jun 6, 2020

  1. set column length for mysql 5.6 compatibility

    MySQL 5.6 does not support more than 191 characters when an index is used and when using utf8mb4 as charset.
    As a workaround, I define the length of the queue_name field.
    Nemo64 committed Jun 6, 2020
    Copy the full SHA
    d121906 View commit details
    Browse the repository at this point in the history