balena-supervisor/src/migrations
Cameron Diver f9626a3ee4 device-config: Add migration for SUPERVISOR_DELTA_APPLY_TIMEOUT
The default value for the delta apply timeout was changed from `''` to
`'0'` (note strings as these are database values) - but if the value
existed in the database already, this would fail validation. We add a
migration which will look explcitily for the failing value and switch it
to the new default.

Change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
2019-02-25 13:22:02 +01:00
..
20171129013519_legacy.js Various bugfixes and sytlistic improvements 2018-03-06 10:32:29 -08:00
20171129064057_multicontainer.js When migrating from legacy supervisors, mark the temporary composition as legacy 2018-03-13 08:17:25 -07:00
20171214172530_image_docker_id.js Various bugfixes and sytlistic improvements 2018-03-06 10:32:29 -08:00
20180516164000-endpoint-specific-apps.js Add migration for source field to be added to app table 2018-05-22 12:11:54 +01:00
20181907164000-endpoint-specific-logschannel.js Update knex to 0.15.2 and sqlite3 to 4.0.4 2018-12-12 13:42:29 -03:00
M00000.js Fix m00001 migration by using targetValues 2018-11-13 22:14:06 +00:00
M00001.js Allow local mode to be controlled via config.json 2018-11-28 14:53:08 +00:00
M00002.js Move config.json flag back to the database 2018-12-14 15:01:40 +00:00
M00003.js device-config: Add migration for SUPERVISOR_DELTA_APPLY_TIMEOUT 2019-02-25 13:22:02 +01:00