1f045ee64a
This patch enforces utf8 and InnoDB when creating tables in mariadb/mysql. Closes-Bug: #2043701 Change-Id: I7afb533bd2d19dfaa900e3b946dc1e3563cc5198
7 lines
239 B
YAML
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.
|