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

fix: update data_element table charset to utf8 #1209

Merged
merged 2 commits into from
Apr 4, 2023

Conversation

jczhong84
Copy link
Collaborator

@jczhong84 jczhong84 commented Apr 3, 2023

the default charset may not be utf8, which doesn't support utf8 chars in the description column

if the table has already been created, please run below to update
ALTER TABLE data_element CONVERT TO CHARACTER SET utf8mb4;

@czgu czgu merged commit 5994a9d into pinterest:master Apr 4, 2023
4 checks passed
@jczhong84 jczhong84 deleted the fix/de branch April 7, 2023 00:40
rohan-sh1 pushed a commit to CAI-TECHNOLOGIES/cai-ext-db-explorer that referenced this pull request Apr 11, 2023
* fix: update data_element table charset to utf8

* update package version
aidenprice pushed a commit to arrowtail-precision/querybook that referenced this pull request Jan 3, 2024
* fix: update data_element table charset to utf8

* update package version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants