Skip to content

Commit

Permalink
New schema update script to force conversion run
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Mar 22, 2016
1 parent 59319e7 commit 90cad8f
Showing 1 changed file with 7 additions and 0 deletions.
@@ -0,0 +1,7 @@
--
-- Reset utf8/utf8mb4 conversion status to force conversion after update
-- because the conversion has been changed (handling of forgotten columns
-- and indexes added)
--

UPDATE `#__utf8_conversion` SET `converted` = 0;

0 comments on commit 90cad8f

Please sign in to comment.