mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-20 00:15:17 +00:00
Fix encoding
This commit is contained in:
@ -26,3 +26,7 @@ alter table comunic_conversations_list
|
|||||||
add column color varchar(6),
|
add column color varchar(6),
|
||||||
add column logo varchar(255),
|
add column logo varchar(255),
|
||||||
add group_id int;
|
add group_id int;
|
||||||
|
|
||||||
|
-- Fix character encoding for messages
|
||||||
|
ALTER TABLE comunic_conversations_messages
|
||||||
|
CHANGE COLUMN `message` `message` TEXT CHARACTER SET 'utf8mb4' COLLATE 'utf8mb4_general_ci' NULL DEFAULT NULL ;
|
||||||
|
Reference in New Issue
Block a user