core/homeassistant/components/recorder
J. Nick Koston 1162d9a752
Create tables with a charset that can hold all expected data under mysql (#43732)
By default these tables are created with utf8 which can only hold 3 bytes. This
meant that all emjoi would trigger a MySQLdb._exceptions.OperationalError because
they are 4 bytes.

This will only fix the issue for users who recreate their tables.
2020-11-28 23:54:05 +01:00
..
__init__.py Ensure MariaDB/MySQL can be purged and handle states being deleted out from under the recorder (#43610) 2020-11-28 08:42:29 -10:00
const.py
manifest.json
migration.py Ensure MariaDB/MySQL can be purged and handle states being deleted out from under the recorder (#43610) 2020-11-28 08:42:29 -10:00
models.py Create tables with a charset that can hold all expected data under mysql (#43732) 2020-11-28 23:54:05 +01:00
purge.py
services.yaml
util.py