balena-supervisor/src/migrations
Felipe Lalanne eee2460445 Fix database migration for legacyApps
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
2022-04-01 17:58:20 -03:00
..
20171129013519_legacy.js Remove CoffeeScript tests and all CoffeeScript tools 2020-05-15 13:01:51 -04:00
20171129064057_multicontainer.js Update to @balena/lint 5.x 2020-05-15 12:08:42 +01:00
20171214172530_image_docker_id.js Update to @balena/lint 5.x 2020-05-15 12:08:42 +01:00
20180516164000-endpoint-specific-apps.js Update to @balena/lint 5.x 2020-05-15 12:08:42 +01:00
20181907164000-endpoint-specific-logschannel.js Update to @balena/lint 5.x 2020-05-15 12:08:42 +01:00
20190619152500-engine-snapshot.js Update to @balena/lint 5.x 2020-05-15 12:08:42 +01:00
M00000.js Update to @balena/lint 5.x 2020-05-15 12:08:42 +01:00
M00001.js Update supervisor to typescript 4 2021-04-19 15:18:21 +00:00
M00002.js Update supervisor to typescript 4 2021-04-19 15:18:21 +00:00
M00003.js Update to @balena/lint 5.x 2020-05-15 12:08:42 +01:00
M00004.js Update to @balena/lint 5.x 2020-05-15 12:08:42 +01:00
M00005.js Fix supervisor deadlock during migration 2020-09-28 23:52:36 -03:00
M00006.js Prevent inserting null commit during DB migration 2021-02-03 10:44:11 -05:00
M00007.js Update apiSecret table to id services by name 2021-07-28 09:57:38 -04:00
M00008.js Fix database migration for legacyApps 2022-04-01 17:58:20 -03:00
M00009.js Fix database migration for legacyApps 2022-04-01 17:58:20 -03:00