Skip to content

Commit

Permalink
Remove the subquery completely
Browse files Browse the repository at this point in the history
The limitation of the version number will not work in this way but is
also not necessary
  • Loading branch information
richard67 committed Mar 29, 2016
1 parent 8666091 commit 9d00a37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--
-- Reset UTF-8 Multibyte (utf8mb4) or UTF-8 conversion status
-- to force a new conversion when updating from version 3.5.0
-- than 3.5.1.
--

UPDATE `#__utf8_conversion` SET `converted` = 0 WHERE (SELECT COUNT(*) FROM `#__extensions` WHERE `extension_id`=700 AND `manifest_cache` LIKE '%"version":"3.5.1%') = 1;
UPDATE `#__utf8_conversion` SET `converted` = 0;

0 comments on commit 9d00a37

Please sign in to comment.