4 lines
184 B
MySQL
Raw Normal View History

2020-05-31 00:55:13 +02:00
ALTER TABLE `#__costbenefitprojection_health_data` ENGINE = InnoDB;
ALTER TABLE `#__costbenefitprojection_health_data` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;