From a5be8c7732a10b8e1e1b8ded47dcc16f7b973363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20D=C3=A9nari=C3=A9?= Date: Thu, 7 Nov 2024 16:44:43 +0100 Subject: [PATCH] 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. --- .../resources/db.changelogs/onlyoffice-changelog-1.0.0.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/services/src/main/resources/db.changelogs/onlyoffice-changelog-1.0.0.xml b/services/src/main/resources/db.changelogs/onlyoffice-changelog-1.0.0.xml index b47c73220..f4d180b76 100644 --- a/services/src/main/resources/db.changelogs/onlyoffice-changelog-1.0.0.xml +++ b/services/src/main/resources/db.changelogs/onlyoffice-changelog-1.0.0.xml @@ -106,11 +106,13 @@ - + 9:07e6f19c40fb8b6d4cae8d4499483cad + - + 9:7559179db190cb8464a0489db3840544 +