You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: