core/homeassistant/components/recorder
J. Nick Koston 58de7b8df0
Fix v32 schema migration when MySQL global.time_zone is configured with non-UTC timezone (#86867)
* Fix v32 schema migration when MySQL timezone is not UTC

* tweak
2023-01-28 22:06:07 -05:00
..
system_health
translations
__init__.py Increase default recorder commit interval to 5 seconds (#86115) 2023-01-21 18:09:00 -10:00
backup.py
const.py
core.py Chunk MariaDB and Postgresql data migration to avoid running out of buffer space (#86680) 2023-01-27 22:39:45 -05:00
db_schema.py Terminate strings at NUL when recording states and events (#86687) 2023-01-26 11:11:03 +01:00
executor.py
filters.py
history.py
manifest.json
migration.py Fix v32 schema migration when MySQL global.time_zone is configured with non-UTC timezone (#86867) 2023-01-28 22:06:07 -05:00
models.py
pool.py
purge.py
queries.py
repack.py
run_history.py
services.py
services.yaml
statistics.py Enable Ruff SIM117 (#86783) 2023-01-27 11:52:49 +01:00
strings.json
tasks.py
util.py Replace assert False by raising an error (#86686) 2023-01-26 16:51:43 +01:00
websocket_api.py