Skip to content

Commit

Permalink
4.0.2Beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
PhocaCz committed Sep 30, 2022
1 parent 107f01e commit 9069514
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions admin/install/sql/mysql/install.utf8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ CREATE TABLE IF NOT EXISTS `#__phocaguestbook_items` (
`language` char(7) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `published` (`published`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;

) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------
--
Expand Down Expand Up @@ -72,4 +71,4 @@ CREATE TABLE IF NOT EXISTS `#__phocaguestbook_logging` (
`params` text,
PRIMARY KEY (`id`),
KEY `state` (`state`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;

0 comments on commit 9069514

Please sign in to comment.