Skip to content

Commit 668e148

Browse files
authored
IBX-8855: Change ibexa_payment_token collation to utf8mb4_unicode_520_ci (#2480)
* update_from_4.5.md: Fix collation to utf8mb4_unicode_520_ci
1 parent dcdd3c5 commit 668e148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/update_and_migration/from_4.5/update_from_4.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ And apply the following database script:
218218
gatewayName VARCHAR(255) NOT NULL,
219219
details LONGTEXT DEFAULT NULL COMMENT '(DC2Type:object)',
220220
PRIMARY KEY(hash)
221-
) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB;
221+
) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_520_ci` ENGINE = InnoDB;
222222
```
223223

224224
=== "PostgreSQL"

0 commit comments

Comments
 (0)