mirror of
https://github.com/home-assistant/core.git
synced 2026-07-13 17:44:45 +01:00
1759f58fc1
Ensure new tables are created using InnoDB InnoDB is the only supported engine to use with MariaDB or MySQL as we currently have large keys in the states table that will not work with MyIASM. Other storage engines including Aria will likely work fine, but they are not officially supported.