IOhacker commented on pull request #1882:
URL: https://github.com/apache/fineract/pull/1882#issuecomment-926219408


   @awasum 
   
   This will work? (of course with the tables affected)
   
   
fineract/fineract-provider/src/main/resources/sql/migrations/core_db/Vxxx__alter_m_template_for_utf8mb4_general_ci.sql
   
   Also I would like to propose to set this at DB level, like this
   
   - ./fineract-db/server_collation.cnf:/etc/mysql/conf.d/server_collation.cnf
   
   The file will contain:
   
   fineract-db/server_collation.cnf 
   [mysqld]
   character_set_server=utf8mb4
   collation_server=utf8mb4_general_ci
   
   Any thoughs/suggestions?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to