core/homeassistant/components/recorder
J. Nick Koston 8a591fa16e
Add auto repairs for events schema (#90136)
* Add auto repairs for events schema

* Add auto repairs for events schema

* Add auto repairs for events schema

* Add auto repairs for events schema

* Add auto repairs for events schema

* fix bug - wrong table
2023-03-22 21:17:36 -04:00
..
auto_repairs Add auto repairs for events schema (#90136) 2023-03-22 21:17:36 -04:00
history Rename recorder run_history to table_managers.recorder_runs_manager (#90070) 2023-03-21 18:38:33 -10:00
models Guard against selecting all invalid entity_ids in history (#89929) 2023-03-19 22:03:12 -04:00
system_health Rename recorder run_history to table_managers.recorder_runs_manager (#90070) 2023-03-21 18:38:33 -10:00
table_managers Rename recorder run_history to table_managers.recorder_runs_manager (#90070) 2023-03-21 18:38:33 -10:00
__init__.py Retain history when renaming an entity_id (#89963) 2023-03-19 17:33:21 -10:00
backup.py
const.py Remove the old ix_states_event_id index if its no longer being used (#89901) 2023-03-17 20:27:33 -04:00
core.py Rename recorder run_history to table_managers.recorder_runs_manager (#90070) 2023-03-21 18:38:33 -10:00
db_schema.py Add schema auto repairs for states tables (#90083) 2023-03-22 10:05:23 -10:00
entity_registry.py Retain history when renaming an entity_id (#89963) 2023-03-19 17:33:21 -10:00
executor.py
filters.py Deduplicate entity_id in the states table (#89557) 2023-03-12 10:01:58 -10:00
manifest.json Bump SQLAlchemy to 2.0.6 (#89650) 2023-03-13 08:51:01 -10:00
migration.py Add auto repairs for events schema (#90136) 2023-03-22 21:17:36 -04:00
pool.py
purge.py Rename recorder run_history to table_managers.recorder_runs_manager (#90070) 2023-03-21 18:38:33 -10:00
queries.py Remove the old ix_states_event_id index if its no longer being used (#89901) 2023-03-17 20:27:33 -04:00
repack.py
services.py Add keep_days to recorder.purge_entities (#89726) 2023-03-15 11:13:47 -10:00
services.yaml Add keep_days to recorder.purge_entities (#89726) 2023-03-15 11:13:47 -10:00
statistics.py Break out statistics repairs into a `auto_repairs` modules (#90068) 2023-03-21 21:08:06 -04:00
strings.json
tasks.py Rename recorder run_history to table_managers.recorder_runs_manager (#90070) 2023-03-21 18:38:33 -10:00
util.py Remove the old ix_states_event_id index if its no longer being used (#89901) 2023-03-17 20:27:33 -04:00
websocket_api.py Avoid database executor job to fetch statistic metadata on cache hit (#89960) 2023-03-19 22:01:16 -04:00