mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-24 07:46:41 +00:00
migrations: Use the correct service name for legacy apps
Change-Type: patch Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
parent
b6631b7367
commit
f009e34293
@ -38,7 +38,7 @@ var singleToMulticontainerApp = function (app) {
|
|||||||
{
|
{
|
||||||
serviceId: 1,
|
serviceId: 1,
|
||||||
appId: appId,
|
appId: appId,
|
||||||
serviceName: app.name.toLowerCase(),
|
serviceName: 'main',
|
||||||
imageId: 1,
|
imageId: 1,
|
||||||
commit: app.commit,
|
commit: app.commit,
|
||||||
releaseId: 1,
|
releaseId: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user