Skip to content

Commit

Permalink
IBX-8855: Change ibexa_payment_token collation to utf8mb4_unicode_520…
Browse files Browse the repository at this point in the history
…_ci (#2480)

* update_from_4.5.md: Fix collation to utf8mb4_unicode_520_ci
  • Loading branch information
adriendupuis committed Sep 17, 2024
1 parent dcdd3c5 commit 668e148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_4.5/update_from_4.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ And apply the following database script:
gatewayName VARCHAR(255) NOT NULL,
details LONGTEXT DEFAULT NULL COMMENT '(DC2Type:object)',
PRIMARY KEY(hash)
) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB;
) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_520_ci` ENGINE = InnoDB;
```

=== "PostgreSQL"
Expand Down

0 comments on commit 668e148

Please sign in to comment.