designate/releasenotes/notes/enforce-utf8-tables-mysql-274b5c3c1afe4b3b.yaml
Brent Eagles 1f045ee64a Add charset and engine parameters to alembic create tables
This patch enforces utf8 and InnoDB when creating tables in
mariadb/mysql.

Closes-Bug: #2043701

Change-Id: I7afb533bd2d19dfaa900e3b946dc1e3563cc5198
2023-11-17 15:56:28 +00:00

7 lines
239 B
YAML

---
fixes:
- |
Database tables are now explicitly created with charset=utf8. This resolves
an issue running ``designate-manage database sync`` when the designate
database was not created with the default charset set to utf8.