Skip to content

Commit

Permalink
Update 1.1.2.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
manojLondhe committed Oct 22, 2019
1 parent 7a0c980 commit 2cef3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tjreports/administrator/sql/updates/mysql/1.1.2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ 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 `plugin` `plugin` VARCHAR(255) CHARACTER SET utf8mb4 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;

0 comments on commit 2cef3e9

Please sign in to comment.