You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15314.up

8 lines
287 B

USE prosody;
SET autocommit=0;
ALTER TABLE `sipwise_mam` charset=utf8mb4, MODIFY COLUMN `stanza` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
ALTER TABLE `sipwise_offline` charset=utf8mb4, MODIFY COLUMN `stanza` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
COMMIT;