1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-16 19:13:09 +01:00
Files
core/tests
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
..