Skip to content

Commit

Permalink
fix: Allow emojis using MySQL in Profile Experience Fields - MEED-7512
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Sep 25, 2024
1 parent e90113a commit 66b5c12
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -968,4 +968,14 @@
</addColumn>
</changeSet>

<changeSet
author="social"
id="1.0.0-99"
dbms="mysql">
<sql>
ALTER TABLE SOC_IDENTITY_EXPERIENCES MODIFY COLUMN COMPANY varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
ALTER TABLE SOC_IDENTITY_EXPERIENCES MODIFY COLUMN POSITION varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
</sql>
</changeSet>

</databaseChangeLog>

0 comments on commit 66b5c12

Please sign in to comment.