Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update default charset and collation for mysql - EXO-75202
With mysql 8.4, the default charset and collation are updated from UTF to UTF8MB4. In addition NVARCHAR is now deprecated and replaced by VARCHAR. This commit adapt liquibase changes in order to apply this change.
- Loading branch information