Skip to content

Commit

Permalink
Merge pull request #102 from maxime-rainville/pulls/6/remove-legacy-c…
Browse files Browse the repository at this point in the history
…harset-setting

ENH Remove old logic to default UTF8 DB setting to 4 bytes
  • Loading branch information
GuySartorelli authored Oct 20, 2024
2 parents 2627ef7 + b78c854 commit bade7f2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/_config/mysite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,3 @@ Name: myproject
---
SilverStripe\Core\Manifest\ModuleManifest:
project: app

# UTF8MB4 has limited support in older MySQL versions.
# Remove this configuration if you experience issues.
---
Name: myproject-database
---
SilverStripe\ORM\Connect\MySQLDatabase:
connection_charset: utf8mb4
connection_collation: utf8mb4_unicode_ci
charset: utf8mb4
collation: utf8mb4_unicode_ci

0 comments on commit bade7f2

Please sign in to comment.