4 lines
164 B
MySQL
4 lines
164 B
MySQL
|
ALTER TABLE `#__sermondistributor_sermon` ENGINE = InnoDB;
|
||
|
|
||
|
ALTER TABLE `#__sermondistributor_sermon` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|