Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jun 7, 2021
1 parent 77dc824 commit 1fa016c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_admin/script.php
Expand Up @@ -560,7 +560,7 @@ protected function updateManifestCaches()
* Delete files that should not exist
*
* @param bool $dryRun If set to true, will not actually delete files, but just report their status for use in CLI
* @param bool $suppressOutput Set to true to supress echoing any errors, and just return the $status array
* @param bool $suppressOutput Set to true to suppress echoing any errors, and just return the $status array
*
* @return array
*/
Expand Down
@@ -1,5 +1,5 @@
--
-- Step 1: Convert all tables to utf8mb4 chracter set with utf8mb4_unicode_ci collation
-- Step 1: Convert all tables to utf8mb4 character set with utf8mb4_unicode_ci collation
-- except of #__finder_xxx tables, those are handled with 4.0.0-2018-07-29.sql at update.
--

Expand Down
Expand Up @@ -7,7 +7,7 @@
--

--
-- Step 1: Convert all tables to utf8mb4 chracter set with utf8mb4_unicode_ci collation.
-- Step 1: Convert all tables to utf8mb4 character set with utf8mb4_unicode_ci collation.
--

ALTER TABLE `#__core_log_searches` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Expand Down

0 comments on commit 1fa016c

Please sign in to comment.