mirror of
https://github.com/home-assistant/iOS.git
synced 2026-02-24 04:16:57 -06:00
<!-- Thank you for submitting a Pull Request and helping to improve Home Assistant. Please complete the following sections to help the processing and review of your changes. Please do not delete anything from this template. --> ## Summary <!-- Provide a brief summary of the changes you have made and most importantly what they aim to achieve --> For some reason Realm database migration was not being called event though scheme version was already bumped to 28, apparently this was caused by watch complication that was accessing realm passing specific object types Test process: - Checkout commit c257fa21f62acb964edb28c6d3db0796a86731f1 - Run App in iPhone and watch (with some Actions created) - Checkout commit 2c8470e5fec8a6c715bfe7de113b3f35c37a4e84 - Run App in iPhone and watch > - this was crashing in watch and now it is running the migration block. ## Screenshots <!-- If this is a user-facing change not in the frontend, please include screenshots in light and dark mode. --> ## Link to pull request in Documentation repository <!-- Pull requests that add, change or remove functionality must have a corresponding pull request in the Companion App Documentation repository (https://github.com/home-assistant/companion.home-assistant). Please add the number of this pull request after the "#" --> Documentation: home-assistant/companion.home-assistant# ## Any other notes <!-- If there is any other information of note, like if this Pull Request is part of a bigger change, please include it here. -->