From f9c477557946495882c84fda204e739bc77728a3 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Fri, 17 Mar 2023 23:35:49 +0700 Subject: [PATCH] Fix component migration (#2767) Signed-off-by: Andrey Sobolev --- models/tracker/src/migration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/tracker/src/migration.ts b/models/tracker/src/migration.ts index 37f0042288..5d614bf1f2 100644 --- a/models/tracker/src/migration.ts +++ b/models/tracker/src/migration.ts @@ -432,7 +432,7 @@ async function renameProject (client: MigrationClient): Promise { await client.update( DOMAIN_TRACKER, { - _id: tracker.class.Project + _class: tracker.class.Project }, { _class: tracker.class.Component