mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
> closes #26403 # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] If database migrations are included, checked table schema to confirm autoupdate - For database migrations: - [x] Ensured the correct collation is explicitly set for character columns (`COLLATE utf8mb4_unicode_ci`). - [x] Added/updated automated tests - [x] Manual QA for all new/changed functionality
2 lines
No EOL
151 B
Text
2 lines
No EOL
151 B
Text
- Updated migrations to use the `utf8mb4_unicode_ci` collation across all tables and added a test to
|
|
validate that new migrations use this collation. |