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

Convert "blocks" table to utf8mb4 to accept 4 byte utf8 characters #23493

Merged
merged 3 commits into from Jul 9, 2018

Commits on Jul 3, 2018

  1. Convert "blocks" table to utf8mb4 to accept 4 byte utf8 characters

    Also changed the "category" column from `t.text` -> `t.string`. Category should be a short string.
    joshlory committed Jul 3, 2018
    Copy the full SHA
    5e239b2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2ba71c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Copy the full SHA
    7b18d16 View commit details
    Browse the repository at this point in the history