core/homeassistant/components/recorder
J. Nick Koston 12af87bc6e
Add index to old_state_id column for postgres and older databases (#44757)
* Add index to old_state_id column for older databases

The schema was updated in #43610 but the index was not
added on migration.

* Handle postgresql missing ondelete

* create index first
2021-01-04 10:51:44 +01:00
..
__init__.py
const.py
manifest.json Upgrade sqlalchemy to 1.3.22 (#44698) 2020-12-31 14:28:15 -10:00
migration.py Add index to old_state_id column for postgres and older databases (#44757) 2021-01-04 10:51:44 +01:00
models.py Add index to old_state_id column for postgres and older databases (#44757) 2021-01-04 10:51:44 +01:00
purge.py Always keep the current recorder run when purging (#43733) 2020-11-30 09:13:50 +01:00
services.yaml
util.py Enable more Bandit tests (#44307) 2020-12-19 12:35:13 +01:00