We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdd3c5 commit 668e148Copy full SHA for 668e148
docs/update_and_migration/from_4.5/update_from_4.5.md
@@ -218,7 +218,7 @@ And apply the following database script:
218
gatewayName VARCHAR(255) NOT NULL,
219
details LONGTEXT DEFAULT NULL COMMENT '(DC2Type:object)',
220
PRIMARY KEY(hash)
221
- ) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB;
+ ) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_520_ci` ENGINE = InnoDB;
222
```
223
224
=== "PostgreSQL"
0 commit comments