mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-30 22:34:19 +00:00
Migration `M00008` had a bug with the check for legacy apps, which resulted in devices that had at some point been updated from a single container supervisor to get the error ``` Undefined binding(s) detected when compiling UPDATE. Undefined column(s): [appUuid] query ``` This adds a new migration with the fix to ensure broken fix the inconsistent database state. Change-type: patch Closes: #1913