Created
January 19, 2016 13:29
-
-
Save amitaibu/0d9d3fd4fc84c90376e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER DATABASE pantheon CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci; | |
ALTER TABLE field_data_field_feed_item_description CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; | |
ALTER TABLE field_data_field_feed_item_description CHANGE field_feed_item_description_value field_feed_item_description_value longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment