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

(MySQL)CMS_HISTORY_PROPERTIES.PROPERTY-VALUE should specify character encoding #688

Closed
Yuanuo opened this issue Oct 29, 2019 · 1 comment

Comments

@Yuanuo
Copy link
Contributor

Yuanuo commented Oct 29, 2019

PROPERTY-VALUE should specify a character encoding like the other two tables(CMS_OFFLINE_PROPERTIES,CMS_ONLINE_PROPERTIES).

file: webapp/WEB-INF/setupdata/database/mysql/create_tables.sql
line(168): PROPERTY_VALUE TEXT NOT NULL,
change to: PROPERTY_VALUE TEXT CHARACTER SET utf8mb4 NOT NULL,

@gWestenberger
Copy link
Contributor

Fixed in 11.0.2.

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

No branches or pull requests

2 participants