core/homeassistant/components/recorder
J. Nick Koston dc26fd5149
Ensure creating an index that already exists is forgiving for postgresql (#46185)
Unlikely sqlite and mysql, postgresql throws ProgrammingError instead
of InternalError or OperationalError when trying to create an index
that already exists.
2021-02-08 23:22:38 +01:00
..
__init__.py
const.py
manifest.json Upgrade sqlalchemy to 1.3.23 (#45845) 2021-02-01 16:03:51 -10:00
migration.py Ensure creating an index that already exists is forgiving for postgresql (#46185) 2021-02-08 23:22:38 +01:00
models.py
purge.py
services.yaml
util.py