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
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
services.yaml
util.py