From 7a0c9800457042e4af049b27876022240be4d4e2 Mon Sep 17 00:00:00 2001 From: Manoj L Date: Tue, 22 Oct 2019 18:35:02 +0530 Subject: [PATCH] Update 1.1.2.sql --- tjreports/administrator/sql/updates/mysql/1.1.2.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tjreports/administrator/sql/updates/mysql/1.1.2.sql b/tjreports/administrator/sql/updates/mysql/1.1.2.sql index 0908242..0da6991 100644 --- a/tjreports/administrator/sql/updates/mysql/1.1.2.sql +++ b/tjreports/administrator/sql/updates/mysql/1.1.2.sql @@ -3,7 +3,7 @@ ALTER TABLE `#__tj_reports` ENGINE = InnoDB; -- Change charset, collation for table #__tj_reports ALTER TABLE `#__tj_reports` CHANGE `title` `title` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL; -ALTER TABLE `#__tj_reports` CHANGE `alias` `alias` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, -ALTER TABLE `#__tj_reports` CHANGE `plugin` `plugin` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8mb4_unicode_ci NOT NULL, -ALTER TABLE `#__tj_reports` CHANGE `client` `client` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, +ALTER TABLE `#__tj_reports` CHANGE `alias` `alias` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL; +ALTER TABLE `#__tj_reports` CHANGE `plugin` `plugin` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8mb4_unicode_ci NOT NULL; +ALTER TABLE `#__tj_reports` CHANGE `client` `client` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL; ALTER TABLE `#__tj_reports` CHANGE `param` `param` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL;